summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul de Vrieze <pauldv@gentoo.org>2004-04-06 13:31:35 +0000
committerPaul de Vrieze <pauldv@gentoo.org>2004-04-06 13:31:35 +0000
commita5112453abf6ed40314c816cae7d237d232c9fca (patch)
treece2ae88c34c1874896c47e075a26c52aff1bce47 /app-crypt/newpg/newpg-0.9.4-r1.ebuild
parentAdd ~alpha and ~ia64 (diff)
downloadhistorical-a5112453abf6ed40314c816cae7d237d232c9fca.tar.gz
historical-a5112453abf6ed40314c816cae7d237d232c9fca.tar.bz2
historical-a5112453abf6ed40314c816cae7d237d232c9fca.zip
Fix dependencies to not use the development libksba and libgcrypt libs (it doesn't compile)
Diffstat (limited to 'app-crypt/newpg/newpg-0.9.4-r1.ebuild')
-rw-r--r--app-crypt/newpg/newpg-0.9.4-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-crypt/newpg/newpg-0.9.4-r1.ebuild b/app-crypt/newpg/newpg-0.9.4-r1.ebuild
index e5e316982e68..fd21ef7f3f6c 100644
--- a/app-crypt/newpg/newpg-0.9.4-r1.ebuild
+++ b/app-crypt/newpg/newpg-0.9.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/newpg/newpg-0.9.4-r1.ebuild,v 1.4 2004/03/13 21:50:28 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/newpg/newpg-0.9.4-r1.ebuild,v 1.5 2004/04/06 13:31:35 pauldv Exp $
DESCRIPTION="NewPG is the S/MIME variant of GnuPG which does also include the gpg-agent, useful even for GnuPG"
HOMEPAGE="http://www.gnupg.org/"
@@ -12,8 +12,9 @@ KEYWORDS="x86 ~ppc"
IUSE="nls"
DEPEND="dev-lang/perl
- >=dev-libs/libksba-0.4.6
- >=dev-libs/libgcrypt-1.1.8
+ <=dev-libs/libksba-0.9
+ <=dev-libs/libgcrypt-1.1.90
+ ! <dev-libs/libgcrypt-1.1.8
dev-libs/pth"
RDEPEND="nls? ( sys-devel/gettext )
app-crypt/pinentry"