Install this version:
emerge -a =dev-lang/kuroko-1.4.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-lang/kuroko-1.4.0
Or alternatively:
emerge --autounmask-write -a =dev-lang/kuroko-1.4.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.4.0 | 8 | ~amd64 | 0 |
# Copyright 2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Dynamic, bytecode-compiled programming language and a dialect of Python"
HOMEPAGE="https://kuroko-lang.github.io/"
SRC_URI="https://github.com/kuroko-lang/kuroko/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_configure() {
export prefix=/usr
export libdir="/usr/$(get_libdir)"
default
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | kuroko-1.4.0.tar.gz | 1329265 bytes | https://github.com/kuroko-lang/kuroko/archive/refs/tags/v1.4.0.tar.gz |