diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2004-04-06 13:31:35 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2004-04-06 13:31:35 +0000 |
commit | 26c7491cfe5f9a9f3698dbd122bafa31b3735f78 (patch) | |
tree | 234db6eeec54878fc01db699842330f0c1c9110c /app-crypt | |
parent | Add ~alpha and ~ia64 (Manifest recommit) (diff) | |
download | gentoo-2-26c7491cfe5f9a9f3698dbd122bafa31b3735f78.tar.gz gentoo-2-26c7491cfe5f9a9f3698dbd122bafa31b3735f78.tar.bz2 gentoo-2-26c7491cfe5f9a9f3698dbd122bafa31b3735f78.zip |
Fix dependencies to not use the development libksba and libgcrypt libs (it doesn't compile)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/newpg/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/newpg/newpg-0.9.4-r1.ebuild | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-crypt/newpg/ChangeLog b/app-crypt/newpg/ChangeLog index ce23ec4d46cc..7fcc2c8f3616 100644 --- a/app-crypt/newpg/ChangeLog +++ b/app-crypt/newpg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/newpg -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/newpg/ChangeLog,v 1.5 2003/07/22 14:32:19 pauldv Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/newpg/ChangeLog,v 1.6 2004/04/06 13:31:35 pauldv Exp $ + + 06 Apr 2004; Paul de Vrieze <pauldv@gentoo.org> newpg-0.9.4-r1.ebuild: + Fix dependencies as it will not link against the new development versions of + libksba and libgcrypt. Why are they provided anyway? *newpg-0.9.4-r1 (15 Jul 2003) 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" |