diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-27 18:55:06 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-27 18:55:06 +0000 |
commit | 7d068973d5442fb12630bd868579a40d466d60f7 (patch) | |
tree | 71b63521db3329eec643e3f216038fe6aeac3fe3 /app-crypt/gnupg/gnupg-1.9.14.ebuild | |
parent | removed mindterm-bin from app-misc, now net-misc/mindterm. (diff) | |
download | gentoo-2-7d068973d5442fb12630bd868579a40d466d60f7.tar.gz gentoo-2-7d068973d5442fb12630bd868579a40d466d60f7.tar.bz2 gentoo-2-7d068973d5442fb12630bd868579a40d466d60f7.zip |
Added selinux RDEPENDS as per bug #79746. Removed version 1.9.10.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-crypt/gnupg/gnupg-1.9.14.ebuild')
-rw-r--r-- | app-crypt/gnupg/gnupg-1.9.14.ebuild | 8 |
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 ) |