diff options
author | 2003-11-18 19:44:42 +0000 | |
---|---|---|
committer | 2003-11-18 19:44:42 +0000 | |
commit | 79e026b7fe044209b446149d9741c309f2d7aadd (patch) | |
tree | 905aeb4612ae5b32692707e1f2fda16159a31174 /app-crypt/gnupg | |
parent | EXTRAVERSION was still set for vanilla sources, added the exclude for vanilla... (diff) | |
download | historical-79e026b7fe044209b446149d9741c309f2d7aadd.tar.gz historical-79e026b7fe044209b446149d9741c309f2d7aadd.tar.bz2 historical-79e026b7fe044209b446149d9741c309f2d7aadd.zip |
*** empty log message ***
Diffstat (limited to 'app-crypt/gnupg')
-rw-r--r-- | app-crypt/gnupg/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-1.2.3-r3.ebuild | 11 |
2 files changed, 6 insertions, 7 deletions
diff --git a/app-crypt/gnupg/Manifest b/app-crypt/gnupg/Manifest index b6cce86736c5..9c0f65ba8eaa 100644 --- a/app-crypt/gnupg/Manifest +++ b/app-crypt/gnupg/Manifest @@ -1,5 +1,5 @@ MD5 b1b8b51a3ba07896162db22ca158d07d gnupg-1.2.3-r2.ebuild 1638 -MD5 61efc572d3620f6af4e27979b2de70cf gnupg-1.2.3-r3.ebuild 2695 +MD5 6f0148d960aaa3208aa4c74705805277 gnupg-1.2.3-r3.ebuild 2656 MD5 7b261525697b0f43c2c8470aa55d7f65 ChangeLog 5931 MD5 5ffa87354a03beae320d15a7be997529 gnupg-1.2.2-r1.ebuild 1629 MD5 773ecd19392b8f793d7626c9814e1e0b files/digest-gnupg-1.2.2-r1 65 diff --git a/app-crypt/gnupg/gnupg-1.2.3-r3.ebuild b/app-crypt/gnupg/gnupg-1.2.3-r3.ebuild index 28eaae63c8fd..40cacc93d898 100644 --- a/app-crypt/gnupg/gnupg-1.2.3-r3.ebuild +++ b/app-crypt/gnupg/gnupg-1.2.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.3-r3.ebuild,v 1.7 2003/11/17 09:49:32 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.3-r3.ebuild,v 1.8 2003/11/18 19:44:34 taviso Exp $ DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement" HOMEPAGE="http://www.gnupg.org/" @@ -19,11 +19,10 @@ RDEPEND="!static? ( ldap? ( net-nds/openldap ) dev-lang/perl virtual/mta" -# libpcap earlier than 1.10-r3 did not provide -# libcap.a, and therefore cannot be compiled -# statically. >=sys-libs/libcap-1.10-r3 fixes. -DEPEND="caps? ( static? ( >=sys-libs/libcap-1.10-r3 ) - !static? ( sys-libs/libcap ) ) +# XXX: libpcap earlier than 1.10-r3 did not provide libcap.a +# DEPEND="caps? ( static? ( >=sys-libs/libcap-1.10-r3 ) +# !static? ( sys-libs/libcap ) ) +DEPEND="caps? ( sys-libs/libcap ) ldap? ( net-nds/openldap ) nls? ( sys-devel/gettext ) !static? ( sys-libs/zlib ) |