Install this version:
emerge -a =dev-libs/nyan-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-libs/nyan-9999
Or alternatively:
emerge --autounmask-write -a =dev-libs/nyan-9999
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
if [[ ${PV} == *9999 ]] ; then
SCM="git-r3"
EGIT_REPO_URI="https://github.com/SFTtech/${PN}.git"
fi
inherit cmake ${SCM}
DESCRIPTION="nyan - yet another notation: hierarchical inherited key-value store"
HOMEPAGE="https://github.com/SFTtech/nyan"
if [[ ${PV} == *9999 ]] ; then
SRC_URI=""
KEYWORDS=""
else
SRC_URI="https://github.com/SFTtech/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="LGPL-3"
SLOT="0"
IUSE="debug"
RDEPEND=""
DEPEND="${RDEPEND}
sys-devel/flex
"
Manage flags for this package:
euse -i <flag> -p dev-libs/nyan |
euse -E <flag> -p dev-libs/nyan |
euse -D <flag> -p dev-libs/nyan
sys-devel/flex