Install this version:
emerge -a =gui-liri/liri-cmake-shared-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-liri/liri-cmake-shared-9999
Or alternatively:
emerge --autounmask-write -a =gui-liri/liri-cmake-shared-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
# Copyright 2021 Aisha Tammy
# Distributed under the terms of the ISC License
EAPI=8
inherit cmake
DESCRIPTION="shared cmake configuration utils for liri"
HOMEPAGE="https://github.com/lirios/cmake-shared"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/lirios/cmake-shared"
else
COMMIT=3eba2e3465cff5450a6ca6247bf9adcb02e23541
SRC_URI="https://github.com/lirios/cmake-shared/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/cmake-shared-${COMMIT}
KEYWORDS="~amd64"
fi
LICENSE="MIT"
SLOT="0"
RDEPEND="kde-frameworks/extra-cmake-modules"
kde-frameworks/extra-cmake-modules