summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-02-17 21:06:35 +0000
committerSven Vermeulen <swift@gentoo.org>2014-02-17 21:06:35 +0000
commit397c784a8b864d1a8db0f49a4de018c689682fc0 (patch)
treecf449999a368a4b5e4399342bc2ccbbca31ec650 /sys-apps/pcsc-lite/pcsc-lite-1.8.11-r1.ebuild
parentStabilize policy (diff)
downloadgentoo-2-397c784a8b864d1a8db0f49a4de018c689682fc0.tar.gz
gentoo-2-397c784a8b864d1a8db0f49a4de018c689682fc0.tar.bz2
gentoo-2-397c784a8b864d1a8db0f49a4de018c689682fc0.zip
Fix bug #500772 - Add dependency on SELinux policy
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
Diffstat (limited to 'sys-apps/pcsc-lite/pcsc-lite-1.8.11-r1.ebuild')
-rw-r--r--sys-apps/pcsc-lite/pcsc-lite-1.8.11-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.11-r1.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.8.11-r1.ebuild
index 69dfaffdec57..8c00b6d5eea5 100644
--- a/sys-apps/pcsc-lite/pcsc-lite-1.8.11-r1.ebuild
+++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.11-r1.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-apps/pcsc-lite/pcsc-lite-1.8.11-r1.ebuild,v 1.1 2014/02/15 11:59:48 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcsc-lite/pcsc-lite-1.8.11-r1.ebuild,v 1.2 2014/02/17 21:06:35 swift Exp $
EAPI="5"
@@ -23,11 +23,12 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
# This is called libusb so that it doesn't fool people in thinking that
# it is _required_ for USB support. Otherwise they'll disable udev and
# that's going to be worse.
-IUSE="libusb +udev policykit"
+IUSE="libusb policykit selinux +udev"
REQUIRED_USE="^^ ( udev libusb )"
CDEPEND="libusb? ( virtual/libusb:1 )
+ selinux? ( sec-policy/selinux-pcscd )
udev? ( virtual/udev )
policykit? ( >=sys-auth/polkit-0.111 )"
DEPEND="${CDEPEND}