Install this version:
emerge -a =sys-apps/pnpm-bin-10.33.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/pnpm-bin-10.33.2
Or alternatively:
emerge --autounmask-write -a =sys-apps/pnpm-bin-10.33.2
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Fast, disk space efficient package manager, alternative to npm and yarn"
HOMEPAGE="https://pnpm.io"
SRC_URI="
amd64? ( https://github.com/pnpm/pnpm/releases/download/v${PV}/pnpm-linux-x64 -> ${P}-amd64 )
arm64? ( https://github.com/pnpm/pnpm/releases/download/v${PV}/pnpm-linux-arm64 -> ${P}-arm64 )
"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm64"
RESTRICT="strip"
RDEPEND="!net-libs/nodejs[corepack]"
QA_PREBUILT="usr/bin/pnpm"
src_install() {
newbin "${DISTDIR}/${P}-${ARCH}" pnpm
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pnpm-bin-10.33.2-amd64 | 66149733 bytes | https://github.com/pnpm/pnpm/releases/download/v10.33.2/pnpm-linux-x64 |
| DIST | pnpm-bin-10.33.2-arm64 | 62175261 bytes | https://github.com/pnpm/pnpm/releases/download/v10.33.2/pnpm-linux-arm64 |