Install this version:
emerge -a =gui-libs/qmenumodel-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-libs/qmenumodel-9999
Or alternatively:
emerge --autounmask-write -a =gui-libs/qmenumodel-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CMAKE_CHECK_ADDITIONAL_FILES=(
examples/CMakeLists.txt
)
inherit lomiri
if [[ ${PV} == 9999 ]]; then
KEYWORDS=""
EGIT_REPO_URI="https://github.com/AyatanaIndicators/${PN}.git"
inherit git-r3
else
KEYWORDS="~amd64"
SRC_URI="https://github.com/AyatanaIndicators/${PN}/archive/${PV}/${PN}-${PV}.tar.gz"
fi
DESCRIPTION="Qt5 renderer for Ayatana Indicators"
HOMEPAGE="https://github.com/AyatanaIndicators/${PN}"
LICENSE="LGPL-3"
SLOT="0"
DEPEND="
dev-qt/qtdeclarative:5
"
RDEPEND="${DEPEND}"
BDEPEND="
dev-build/cmake
dev-build/cmake-extras
"
src_configure() {
local mycmakeargs=(
-DENABLE_COVERAGE="OFF"
-DENABLE_TESTS="OFF"
-DGENERATE_DOC="OFF"
)
cmake_src_configure
}
dev-qt/qtdeclarative:5
dev-qt/qtdeclarative:5
dev-build/cmake
dev-build/cmake-extras