diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-06-30 10:27:11 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-06-30 10:27:11 +0000 |
commit | 86aa998cf6edadae5dba3f495da8b38c0d7bfecb (patch) | |
tree | 882334c10f633fa2325135bcf77f9bceff25dae0 /sys-auth/polkit/polkit-0.104-r1.ebuild | |
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/polkit-0.104-r1.ebuild')
-rw-r--r-- | sys-auth/polkit/polkit-0.104-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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 |