swift 14/11/02 10:06:23 Modified: polkit-0.112-r2.ebuild ChangeLog Log: 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)
Revision Changes Path 1.11 sys-auth/polkit/polkit-0.112-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild?r1=1.10&r2=1.11 Index: polkit-0.112-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r2.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- polkit-0.112-r2.ebuild 2 Nov 2014 08:57:45 -0000 1.10 +++ polkit-0.112-r2.ebuild 2 Nov 2014 10:06:23 -0000 1.11 @@ -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 @@ 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 @@ 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 1.185 sys-auth/polkit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.185&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.185&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?r1=1.184&r2=1.185 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v retrieving revision 1.184 retrieving revision 1.185 diff -u -r1.184 -r1.185 --- ChangeLog 2 Nov 2014 08:57:45 -0000 1.184 +++ ChangeLog 2 Nov 2014 10:06:23 -0000 1.185 @@ -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 <[email protected]> polkit-0.112-r2.ebuild: + Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug + #527698) 02 Nov 2014; Agostino Sarubbo <[email protected]> polkit-0.112-r2.ebuild: Stable for alpha, wrt bug #525252
