Install this version:
emerge -a =app-admin/heroku-cli-9.1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-admin/heroku-cli-9.1.0
Or alternatively:
emerge --autounmask-write -a =app-admin/heroku-cli-9.1.0
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
MY_PN="${PN/-cli}"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A tool for creating and managing Heroku apps from the command line"
HOMEPAGE="https://devcenter.heroku.com/articles/heroku-cli"
SRC_URI="https://registry.npmjs.org/${MY_PN}/-/${MY_P}.tgz -> ${P}.tar.gz"
S="${WORKDIR}"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="network-sandbox strip"
RDEPEND="dev-vcs/git"
BDEPEND="net-libs/nodejs[npm]"
src_install() {
npm install -g --user root --prefix "${D}/usr" "${DISTDIR}/${A}" || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | heroku-cli-9.1.0.tar.gz | 286771 bytes | https://registry.npmjs.org/heroku/-/heroku-9.1.0.tgz |