Install this version:
emerge -a =dev-lang/janet-1.41.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-lang/janet-1.41.2
Or alternatively:
emerge --autounmask-write -a =dev-lang/janet-1.41.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.41.2 | 8 | ~amd64 | 1.41.2 |
EAPI=8
inherit meson
DESCRIPTION="A functional and imperative language for scripting and embedding"
HOMEPAGE="https://janet-lang.org/"
SRC_URI="https://github.com/janet-lang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="${PV}"
KEYWORDS="~amd64"
DOCS=( CHANGELOG.md CONTRIBUTING.md README.md examples )
RESTRICT="primaryuri"
RDEPEND="
!<dev-lang/janet-${PV}
!>dev-lang/janet-${PV}"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | janet-1.41.2.tar.gz | 612285 bytes | https://github.com/janet-lang/janet/archive/refs/tags/v1.41.2.tar.gz |