diff options
author | 2012-07-23 15:09:45 +0000 | |
---|---|---|
committer | 2012-07-23 15:09:45 +0000 | |
commit | 239f5f65e7cac1e0760a5ed5abf98103075eb706 (patch) | |
tree | 9adf53ee877a804e4da1b3347cef94d4097a8250 /net-print/cups/cups-9999.ebuild | |
parent | Fix building with glibc-2.16 #424970 by Chris Smith. (diff) | |
download | gentoo-2-239f5f65e7cac1e0760a5ed5abf98103075eb706.tar.gz gentoo-2-239f5f65e7cac1e0760a5ed5abf98103075eb706.tar.bz2 gentoo-2-239f5f65e7cac1e0760a5ed5abf98103075eb706.zip |
Adding optional dependency on selinux policy
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-print/cups/cups-9999.ebuild')
-rw-r--r-- | net-print/cups/cups-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-print/cups/cups-9999.ebuild b/net-print/cups/cups-9999.ebuild index c66d53e2e5cc..e5df34383a37 100644 --- a/net-print/cups/cups-9999.ebuild +++ b/net-print/cups/cups-9999.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/net-print/cups/cups-9999.ebuild,v 1.13 2012/06/30 22:26:03 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-9999.ebuild,v 1.14 2012/07/23 15:09:45 swift Exp $ EAPI=4 @@ -26,7 +26,7 @@ HOMEPAGE="http://www.cups.org/" LICENSE="GPL-2" SLOT="0" IUSE="acl avahi dbus debug +filters gnutls java kerberos pam - python +ssl static-libs systemd +threads usb X xinetd zeroconf" + python selinux +ssl static-libs systemd +threads usb X xinetd zeroconf" LANGS="ja" for X in ${LANGS} ; do @@ -46,6 +46,7 @@ RDEPEND=" java? ( >=virtual/jre-1.6 ) kerberos? ( virtual/krb5 ) pam? ( virtual/pam ) + selinux? ( sec-policy/selinux-cups ) ssl? ( gnutls? ( dev-libs/libgcrypt |