Install this version:
emerge -a =dev-nodejs/fs-realpath-1.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-nodejs/fs-realpath-1.0.0
Or alternatively:
emerge --autounmask-write -a =dev-nodejs/fs-realpath-1.0.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.0 | 8 | ~amd64 | 0 |
# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit nodejs
MY_P=fs.realpath-${PV}
DESCRIPTION="Use node's fs.realpath, but fall back to the JS implementation if the native one fails"
HOMEPAGE="https://github.com/isaacs/fs.realpath"
SRC_URI="https://github.com/isaacs/fs.realpath/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
#RESTRICT="!test? ( test )"
#DEPEND="test? ( dev-nodejs/tap )"
RESTRICT="test"
Manage flags for this package:
euse -i <flag> -p dev-nodejs/fs-realpath |
euse -E <flag> -p dev-nodejs/fs-realpath |
euse -D <flag> -p dev-nodejs/fs-realpath
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | fs-realpath-1.0.0.tar.gz | 5149 bytes | https://github.com/isaacs/fs.realpath/archive/refs/tags/v1.0.0.tar.gz |