diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-09-10 16:16:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-09-10 16:16:24 +0000 |
commit | 7aef1ef1591fab9c4c9118963f7b854d57e1f434 (patch) | |
tree | b2f5715efa3fd987bd020c7683deeec6b3922735 /sys-auth | |
parent | Introduce vlc useflag for the vlc integration. (diff) | |
download | gentoo-2-7aef1ef1591fab9c4c9118963f7b854d57e1f434.tar.gz gentoo-2-7aef1ef1591fab9c4c9118963f7b854d57e1f434.tar.bz2 gentoo-2-7aef1ef1591fab9c4c9118963f7b854d57e1f434.zip |
Stop forcing USE="consolekit systemd" for sys-auth/pambase in PDEPEND because CONFIG_AUDITSYSCALL=y is not possible on every arch and the dependency was always more about convinience than being strict requirement.
(Portage version: 2.2.2/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 8 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.110.ebuild | 6 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.111-r1.ebuild | 6 |
3 files changed, 9 insertions, 11 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index 5b5ddf7e799b..10235474c82f 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.145 2013/08/09 18:44:12 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.146 2013/09/10 16:16:24 ssuominen Exp $ + + 10 Sep 2013; Samuli Suominen <ssuominen@gentoo.org> polkit-0.110.ebuild, + polkit-0.111-r1.ebuild: + Stop forcing USE="consolekit systemd" for sys-auth/pambase in PDEPEND because + CONFIG_AUDITSYSCALL=y is not possible on every arch and the dependency was + always more about convinience than being strict requirement. 09 Aug 2013; Ian Stakenvicius <axs@gentoo.org> -polkit-0.111.ebuild: dropped polkit-111 in favour of -r1 now that spidermonkey-17 is unmasked, as diff --git a/sys-auth/polkit/polkit-0.110.ebuild b/sys-auth/polkit/polkit-0.110.ebuild index bc917f204a05..e03f40feb79e 100644 --- a/sys-auth/polkit/polkit-0.110.ebuild +++ b/sys-auth/polkit/polkit-0.110.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild,v 1.14 2013/08/09 18:38:03 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild,v 1.15 2013/09/10 16:16:24 ssuominen Exp $ EAPI=5 inherit eutils multilib pam pax-utils systemd user @@ -36,10 +36,6 @@ PDEPEND=" lxde-base/lxpolkit ) ) kde? ( sys-auth/polkit-kde-agent ) - pam? ( - systemd? ( sys-auth/pambase[systemd] ) - !systemd? ( sys-auth/pambase[consolekit] ) - ) !systemd? ( >=sys-auth/consolekit-0.4.5_p2012[policykit] )" QA_MULTILIB_PATHS=" diff --git a/sys-auth/polkit/polkit-0.111-r1.ebuild b/sys-auth/polkit/polkit-0.111-r1.ebuild index 92ede76fb0d5..a03efde7132b 100644 --- a/sys-auth/polkit/polkit-0.111-r1.ebuild +++ b/sys-auth/polkit/polkit-0.111-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.111-r1.ebuild,v 1.2 2013/08/09 18:38:03 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.111-r1.ebuild,v 1.3 2013/09/10 16:16:24 ssuominen Exp $ EAPI=5 inherit eutils multilib pam pax-utils systemd user @@ -37,10 +37,6 @@ PDEPEND=" lxde-base/lxpolkit ) ) kde? ( sys-auth/polkit-kde-agent ) - pam? ( - systemd? ( sys-auth/pambase[systemd] ) - !systemd? ( sys-auth/pambase[consolekit] ) - ) !systemd? ( sys-auth/consolekit[policykit] )" QA_MULTILIB_PATHS=" |