aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefson <herrtimson@yahoo.de>2019-07-22 15:28:10 +0200
committerAnthony G. Basile <blueness@gentoo.org>2019-07-22 11:03:31 -0400
commit43f7bdca4d803bbba24336675d8fa42e816a18dc (patch)
tree7dce7f4064c84cc266dcc7693b6f024675dfdf41 /sys-auth
parentremove !emul-linux statements globally from RDEPS (diff)
downloadmusl-43f7bdca4d803bbba24336675d8fa42e816a18dc.tar.gz
musl-43f7bdca4d803bbba24336675d8fa42e816a18dc.tar.bz2
musl-43f7bdca4d803bbba24336675d8fa42e816a18dc.zip
sys-auth/polkit: backport changes from the main tree and sync keywords
Signed-off-by: Steffen Kuhn <nielson2@yandex.com> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/polkit/polkit-0.115-r4.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-auth/polkit/polkit-0.115-r4.ebuild b/sys-auth/polkit/polkit-0.115-r4.ebuild
index bd11a996..424b7956 100644
--- a/sys-auth/polkit/polkit-0.115-r4.ebuild
+++ b/sys-auth/polkit/polkit-0.115-r4.ebuild
@@ -11,10 +11,10 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
-IUSE="elogind examples gtk +introspection jit kde nls pam selinux systemd test"
+KEYWORDS="amd64 arm arm64 ~mips ~ppc x86"
+IUSE="consolekit elogind examples gtk +introspection jit kde nls pam selinux systemd test"
-REQUIRED_USE="?? ( elogind systemd )"
+REQUIRED_USE="^^ ( consolekit elogind systemd )"
BDEPEND="
app-text/docbook-xml-dtd:4.1.2
@@ -43,12 +43,12 @@ RDEPEND="${DEPEND}
selinux? ( sec-policy/selinux-policykit )
"
PDEPEND="
+ consolekit? ( sys-auth/consolekit[policykit] )
gtk? ( || (
>=gnome-extra/polkit-gnome-0.105
>=lxde-base/lxsession-0.5.2
) )
kde? ( kde-plasma/polkit-kde-agent )
- !systemd? ( !elogind? ( sys-auth/consolekit[policykit] ) )
"
DOCS=( docs/TODO HACKING NEWS README )