diff options
author | 2012-06-30 10:27:11 +0000 | |
---|---|---|
committer | 2012-06-30 10:27:11 +0000 | |
commit | 86aa998cf6edadae5dba3f495da8b38c0d7bfecb (patch) | |
tree | 882334c10f633fa2325135bcf77f9bceff25dae0 /sys-auth/polkit | |
parent | Version bump. (diff) | |
download | gentoo-2-86aa998cf6edadae5dba3f495da8b38c0d7bfecb.tar.gz gentoo-2-86aa998cf6edadae5dba3f495da8b38c0d7bfecb.tar.bz2 gentoo-2-86aa998cf6edadae5dba3f495da8b38c0d7bfecb.zip |
Adding SELinux dependency, fixes bug #424177
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/polkit')
-rw-r--r-- | sys-auth/polkit/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.104-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.105.ebuild | 5 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.106-r5.ebuild | 5 |
4 files changed, 14 insertions, 7 deletions
diff --git a/sys-auth/polkit/ChangeLog b/sys-auth/polkit/ChangeLog index f70c7f2baa54..e4592f89d93e 100644 --- a/sys-auth/polkit/ChangeLog +++ b/sys-auth/polkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/polkit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.93 2012/06/27 11:56:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.94 2012/06/30 10:27:11 swift Exp $ + + 30 Jun 2012; <swift@gentoo.org> polkit-0.104-r1.ebuild, polkit-0.105.ebuild, + polkit-0.106-r5.ebuild: + Adding dependency on SELinux policykit module if USE=selinux is set 27 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> polkit-0.106-r5.ebuild: pax-mark polkitd only when spidermonkey is built with JIT enabled and only diff --git a/sys-auth/polkit/polkit-0.104-r1.ebuild b/sys-auth/polkit/polkit-0.104-r1.ebuild index bdccc3d800b8..3681411e2dc5 100644 --- a/sys-auth/polkit/polkit-0.104-r1.ebuild +++ b/sys-auth/polkit/polkit-0.104-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.104-r1.ebuild,v 1.9 2012/05/04 18:57:21 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.104-r1.ebuild,v 1.10 2012/06/30 10:27:11 swift Exp $ EAPI=4 inherit pam @@ -12,12 +12,13 @@ SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="debug doc examples gtk +introspection kde nls pam systemd" +IUSE="debug doc examples gtk +introspection kde nls pam selinux systemd" RDEPEND=">=dev-libs/glib-2.30 dev-libs/expat introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) pam? ( virtual/pam ) + selinux? ( sec-policy/selinux-policykit ) systemd? ( sys-apps/systemd )" DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 diff --git a/sys-auth/polkit/polkit-0.105.ebuild b/sys-auth/polkit/polkit-0.105.ebuild index 63b45320ac16..b10703cda58d 100644 --- a/sys-auth/polkit/polkit-0.105.ebuild +++ b/sys-auth/polkit/polkit-0.105.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.105.ebuild,v 1.2 2012/05/20 13:15:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.105.ebuild,v 1.3 2012/06/30 10:27:11 swift Exp $ EAPI=4 inherit pam @@ -12,12 +12,13 @@ SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="debug doc examples gtk +introspection kde nls pam systemd" +IUSE="debug doc examples gtk +introspection kde nls pam selinux systemd" RDEPEND=">=dev-libs/glib-2.30 >=dev-libs/expat-2 introspection? ( >=dev-libs/gobject-introspection-0.6.2 ) pam? ( virtual/pam ) + selinux? ( sec-policy/selinux-policykit ) systemd? ( sys-apps/systemd )" DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 diff --git a/sys-auth/polkit/polkit-0.106-r5.ebuild b/sys-auth/polkit/polkit-0.106-r5.ebuild index 6e90a9c00f65..d852e0bed656 100644 --- a/sys-auth/polkit/polkit-0.106-r5.ebuild +++ b/sys-auth/polkit/polkit-0.106-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.106-r5.ebuild,v 1.3 2012/06/27 11:56:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.106-r5.ebuild,v 1.4 2012/06/30 10:27:11 swift Exp $ EAPI=4 inherit eutils multilib pam pax-utils systemd user @@ -12,7 +12,7 @@ SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="debug examples gtk +introspection kde nls pam systemd" +IUSE="debug examples gtk +introspection kde nls pam selinux systemd" RDEPEND=">=dev-lang/spidermonkey-1.8.5 >=dev-libs/glib-2.32 @@ -22,6 +22,7 @@ RDEPEND=">=dev-lang/spidermonkey-1.8.5 sys-auth/pambase virtual/pam ) + selinux? ( sec-policy/selinux-policykit ) systemd? ( sys-apps/systemd )" DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 |