Install this version:
emerge -a =gui-desq/util-polkitexec-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =gui-desq/util-polkitexec-9999
Or alternatively:
emerge --autounmask-write -a =gui-desq/util-polkitexec-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 7 | ~amd64 | 0 |
# Copyright 2021 Aisha Tammy
# Distributed under the terms of the ISC License
EAPI=7
inherit cmake
DESCRIPTION="polkit auth backend for DesQ"
HOMEPAGE="https://desq-project.org/"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/DesQ/DesQUtils/PolkitExec"
else
COMMIT=6803fd27acba92b218ae3df3f2b4a368222ba59e
SRC_URI="https://gitlab.com/DesQ/DesQUtils/PolkitExec/-/archive/${COMMIT}/PolkitExec-${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/PolkitExec-${COMMIT}
KEYWORDS="~amd64"
fi
LICENSE="GPL-3"
SLOT="0"
DEPEND="
dev-qt/qtcore:5
"
RDEPEND="${DEPEND}"
dev-qt/qtcore:5
dev-qt/qtcore:5