Install this version:
emerge -a =dev-lang/kona-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-lang/kona-9999
Or alternatively:
emerge --autounmask-write -a =dev-lang/kona-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | 0 |
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=7
inherit git-r3
DESCRIPTION="Kona is an open-source implementation of the K programming language."
HOMEPAGE="https://github.com/kevinlawler/kona"
EGIT_REPO_URI='https://github.com/kevinlawler/kona.git'
LICENSE="ISC"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_install() {
dodir /usr/bin
emake install PREFIX="${D}/usr/"
}