summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/gnupg/gnupg-1.9.14.ebuild')
-rw-r--r--app-crypt/gnupg/gnupg-1.9.14.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-crypt/gnupg/gnupg-1.9.14.ebuild b/app-crypt/gnupg/gnupg-1.9.14.ebuild
index e82c84eaa2fd..bdfdf8ec249b 100644
--- a/app-crypt/gnupg/gnupg-1.9.14.ebuild
+++ b/app-crypt/gnupg/gnupg-1.9.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.14.ebuild,v 1.5 2005/01/23 10:17:33 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.14.ebuild,v 1.6 2005/01/27 18:55:06 dragonheart Exp $
inherit eutils flag-o-matic
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
-IUSE="X caps ldap nls smartcard static"
+IUSE="X caps ldap nls smartcard static selinux"
RDEPEND="
!static? (
@@ -27,7 +27,9 @@ RDEPEND="
virtual/libc
dev-lang/perl
dev-libs/pth
- virtual/mta"
+ virtual/mta
+ selinux? ( sec-policy/selinux-gnupg )"
+
DEPEND="caps? ( sys-libs/libcap )
ldap? ( net-nds/openldap )
nls? ( sys-devel/gettext )