diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 10:06:23 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-11-02 10:06:23 +0000 |
commit | b6c99c9f8c82daa2ae5750c3458d10e5dffe134f (patch) | |
tree | e928b9ae604a9ae0b8aa8e676ebd8434ce9f3f9c /sys-auth | |
parent | Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #... (diff) | |
download | gentoo-2-b6c99c9f8c82daa2ae5750c3458d10e5dffe134f.tar.gz gentoo-2-b6c99c9f8c82daa2ae5750c3458d10e5dffe134f.tar.bz2 gentoo-2-b6c99c9f8c82daa2ae5750c3458d10e5dffe134f.zip |
Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug #527698)
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.112-r2.ebuild | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index 5648081d4a9b..548c0c709b66 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.184 2014/11/02 08:57:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.185 2014/11/02 10:06:23 swift Exp $ + + 02 Nov 2014; Sven Vermeulen <swift@gentoo.org> polkit-0.112-r2.ebuild: + Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug + #527698) 02 Nov 2014; Agostino Sarubbo <ago@gentoo.org> polkit-0.112-r2.ebuild: Stable for alpha, wrt bug #525252 diff --git a/sys-auth/polkit/polkit-0.112-r2.ebuild b/sys-auth/polkit/polkit-0.112-r2.ebuild index c0994ecfee8a..2b4377bcfb19 100644 --- a/sys-auth/polkit/polkit-0.112-r2.ebuild +++ b/sys-auth/polkit/polkit-0.112-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild,v 1.10 2014/11/02 08:57:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild,v 1.11 2014/11/02 10:06:23 swift Exp $ EAPI=5 inherit eutils multilib pam pax-utils systemd user @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86" IUSE="examples gtk +introspection jit kde nls pam selinux systemd" -RDEPEND=" +CDEPEND=" ia64? ( =dev-lang/spidermonkey-1.8.5*[-debug] ) hppa? ( =dev-lang/spidermonkey-1.8.5*[-debug] ) mips? ( =dev-lang/spidermonkey-1.8.5*[-debug] ) @@ -26,14 +26,16 @@ RDEPEND=" sys-auth/pambase virtual/pam ) - selinux? ( sec-policy/selinux-policykit ) systemd? ( sys-apps/systemd:0= )" -DEPEND="${RDEPEND} +DEPEND="${CDEPEND} app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xsl-stylesheets dev-libs/libxslt dev-util/intltool virtual/pkgconfig" +RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-policykit ) +" PDEPEND=" gtk? ( || ( >=gnome-extra/polkit-gnome-0.105 |