diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-08-04 21:29:04 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-08-04 21:29:04 +0000 |
commit | 83cae5ff58bc0298f237750ce018f2b669070bef (patch) | |
tree | eae0f70882a1dfe6584d342ab0ab021ad7d6d3fd /net-libs | |
parent | Initial commit. Closes #55533. (Manifest recommit) (diff) | |
download | gentoo-2-83cae5ff58bc0298f237750ce018f2b669070bef.tar.gz gentoo-2-83cae5ff58bc0298f237750ce018f2b669070bef.tar.bz2 gentoo-2-83cae5ff58bc0298f237750ce018f2b669070bef.zip |
fixed opencdk dep. people should fix the deps rather than leave comments in the ebuild :)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gnutls/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/gnutls/gnutls-1.0.17.ebuild | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net-libs/gnutls/ChangeLog b/net-libs/gnutls/ChangeLog index 7592bb241114..fee15a6c2591 100644 --- a/net-libs/gnutls/ChangeLog +++ b/net-libs/gnutls/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/gnutls # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.26 2004/08/04 13:32:56 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/ChangeLog,v 1.27 2004/08/04 21:29:04 liquidx Exp $ + + 04 Aug 2004; Alastair Tse <liquidx@gentoo.org> gnutls-1.0.17.ebuild: + fixed opencdk dep. people should fix the deps rather than leave comments in + the ebuild :) *gnutls-1.0.17 (04 Aug 2004) diff --git a/net-libs/gnutls/gnutls-1.0.17.ebuild b/net-libs/gnutls/gnutls-1.0.17.ebuild index 1a1a2b775bd8..b0e421e526a4 100644 --- a/net-libs/gnutls/gnutls-1.0.17.ebuild +++ b/net-libs/gnutls/gnutls-1.0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-1.0.17.ebuild,v 1.1 2004/08/04 13:32:56 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-1.0.17.ebuild,v 1.2 2004/08/04 21:29:04 liquidx Exp $ inherit eutils @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~sparc ~ppc ~mips ~alpha ~ppc64" RDEPEND=">=dev-libs/libgcrypt-1.1.94 - crypt? ( >=app-crypt/opencdk-0.5.3 ) + crypt? ( >=app-crypt/opencdk-0.5.5 ) zlib? ( >=sys-libs/zlib-1.1 ) virtual/libc" @@ -24,9 +24,6 @@ RDEPEND=">=dev-libs/libgcrypt-1.1.94 # >=dev-libs/libtasn1-0.2 # >=dev-libs/lzo-1.0" -# should be crypt? ( >=app-crypt/opencdk-0.5.5 ) however I did see the source for it -# ^^ this is what configure expects. - DEPEND="${RDEPEND} sys-apps/gawk sys-apps/grep |