Install this version:
emerge -a =dev-util/clouseau-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/clouseau-9999
Or alternatively:
emerge --autounmask-write -a =dev-util/clouseau-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake git-r3
DESCRIPTION="Clouseau. EFL Profiler Viewer"
HOMEPAGE="https://github.com/dimmus/clouseau"
EGIT_REPO_URI="https://github.com/dimmus/${PN}.git"
LICENSE="all-rights-reserved"
SLOT="0"
[ "${PV}" = 9999 ] || KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-libs/efl-1.20.0
"
DEPEND="${RDEPEND}"
DOCS=( README.md )
PATCHES=(
"${FILESDIR}/cmake_lib_install.patch"
)
>=dev-libs/efl-1.20.0
>=dev-libs/efl-1.20.0