Install this version:
emerge -a =dev-build/cmake-extras-1.10
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-build/cmake-extras-1.10
Or alternatively:
emerge --autounmask-write -a =dev-build/cmake-extras-1.10
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.10 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
UVER=
UREV=1
inherit cmake ubuntu-versionator
DESCRIPTION="Extra CMake utility modules"
HOMEPAGE="https://launchpad.net/cmake-extras"
SRC_URI="${UURL}.orig.tar.bz2
${UURL}-${UREV}.debian.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="examples test"
RESTRICT="binchecks strip !test? ( test )"
RDEPEND="
dev-lang/python-exec
virtual/pkgconfig
test? ( >=dev-cpp/gtest-1.10 )
"
src_install() {
cmake_src_install
# Support new multilib layout #
sed -i \
-e "s:/usr/lib:/usr/lib64:" \
"${ED}"/usr/share/cmake/QmlPlugins/QmlPluginsConfig.cmake
use examples && dodoc -r examples
}
Manage flags for this package:
euse -i <flag> -p dev-build/cmake-extras |
euse -E <flag> -p dev-build/cmake-extras |
euse -D <flag> -p dev-build/cmake-extras