commit: 43f7bdca4d803bbba24336675d8fa42e816a18dc Author: stefson <herrtimson <AT> yahoo <DOT> de> AuthorDate: Mon Jul 22 13:28:10 2019 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Mon Jul 22 15:03:31 2019 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=43f7bdca
sys-auth/polkit: backport changes from the main tree and sync keywords Signed-off-by: Steffen Kuhn <nielson2 <AT> yandex.com> Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> sys-auth/polkit/polkit-0.115-r4.ebuild | 8 ++++---- 1 file 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 bd11a99..424b795 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 )
