mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-24 09:17:15 +01:00
app-misc/dangerzone: let to choose the 'policykit'
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Yury Martynov <email@linxon.ru>
This commit is contained in:
parent
ae84572cb8
commit
0791bae82b
1 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ fi
|
|||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="policykit"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
dev-python/appdirs[${PYTHON_USEDEP}]
|
||||
|
|
@ -29,7 +30,7 @@ DEPEND="${PYTHON_DEPS}
|
|||
dev-python/requests[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}
|
||||
app-emulation/docker
|
||||
sys-auth/polkit"
|
||||
policykit? ( sys-auth/polkit )"
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
|
|
|
|||
Loading…
Reference in a new issue