Install this version:
emerge -a =dev-build/cmake-extras-1.9
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-build/cmake-extras-1.9
Or alternatively:
emerge --autounmask-write -a =dev-build/cmake-extras-1.9
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.9 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit lomiri
if [[ ${PV} == 9999 ]]; then
KEYWORDS=""
EGIT_REPO_URI="https://gitlab.com/ubports/development/core/${PN}.git"
inherit git-r3
else
KEYWORDS="~amd64"
SRC_URI="https://gitlab.com/ubports/development/core/${PN}/-/archive/${PV}/${P}.tar.gz"
fi
DESCRIPTION="A collection of add-ons for the CMake build tool."
HOMEPAGE="https://gitlab.com/ubports/development/core/${PN}"
LICENSE="GPL-3"
SLOT="0"
RESTRICT="test mirror"
DEPEND="
dev-libs/glib
"
RDEPEND="${DEPEND}"
BDEPEND="
dev-build/cmake
"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cmake-extras-1.9.tar.gz | 88249 bytes | https://gitlab.com/ubports/development/core/cmake-extras/-/archive/1.9/cmake-extras-1.9.tar.gz |