summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/trousers/trousers-0.3.10.ebuild')
-rw-r--r--app-crypt/trousers/trousers-0.3.10.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-crypt/trousers/trousers-0.3.10.ebuild b/app-crypt/trousers/trousers-0.3.10.ebuild
index b072d05ff421..7251dd36d392 100644
--- a/app-crypt/trousers/trousers-0.3.10.ebuild
+++ b/app-crypt/trousers/trousers-0.3.10.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/app-crypt/trousers/trousers-0.3.10.ebuild,v 1.8 2014/06/10 00:19:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.3.10.ebuild,v 1.9 2014/07/04 15:05:39 swift Exp $
EAPI=4
@@ -15,13 +15,14 @@ SRC_URI="mirror://sourceforge/trousers/${P}.tar.gz"
LICENSE="CPL-1.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 m68k s390 sh x86"
-IUSE="doc" # gtk
+IUSE="doc selinux" # gtk
# gtk support presently does NOT compile.
# gtk? ( >=x11-libs/gtk+-2 )
RDEPEND=">=dev-libs/glib-2
- >=dev-libs/openssl-0.9.7:0"
+ >=dev-libs/openssl-0.9.7:0
+ selinux? ( sec-policy/selinux-tcsd )"
DEPEND="${RDEPEND}
virtual/pkgconfig"