diff options
author | 2004-01-07 22:52:24 +0000 | |
---|---|---|
committer | 2004-01-07 22:52:24 +0000 | |
commit | c822bcf7fec9ade7579b722bfce6e24b5703f0a8 (patch) | |
tree | 5d5ee802b59780591256f49c385bcc77b8b737ee /net-p2p/amule | |
parent | the little voices in my head told me to mark this stable on sparc (diff) | |
download | gentoo-2-c822bcf7fec9ade7579b722bfce6e24b5703f0a8.tar.gz gentoo-2-c822bcf7fec9ade7579b722bfce6e24b5703f0a8.tar.bz2 gentoo-2-c822bcf7fec9ade7579b722bfce6e24b5703f0a8.zip |
adding curl to depend. Closes 37529.
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/amule/amule-1.2.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-p2p/amule/ChangeLog b/net-p2p/amule/ChangeLog index c2d240593b4f..cd834262e5ab 100644 --- a/net-p2p/amule/ChangeLog +++ b/net-p2p/amule/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/amule # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.9 2004/01/07 13:48:40 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/ChangeLog,v 1.10 2004/01/07 22:52:24 mholzer Exp $ + + 08 Jan 2004; Martin Holzer <mholzer@gentoo.org> amule-1.2.3.ebuild: + adding curl to depend. Closes 37529. *amule-1.2.3 (07 Jan 2004) diff --git a/net-p2p/amule/amule-1.2.3.ebuild b/net-p2p/amule/amule-1.2.3.ebuild index 8b55479f88c9..1abb6bb5786f 100644 --- a/net-p2p/amule/amule-1.2.3.ebuild +++ b/net-p2p/amule/amule-1.2.3.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/net-p2p/amule/amule-1.2.3.ebuild,v 1.2 2004/01/07 13:51:52 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-1.2.3.ebuild,v 1.3 2004/01/07 22:52:24 mholzer Exp $ MY_P=${P/m/M} S=${WORKDIR}/${MY_P} @@ -17,6 +17,7 @@ KEYWORDS="~x86 ~amd64" IUSE="nls" DEPEND=">=x11-libs/wxGTK-2.4.1 + >=net-ftp/curl-7.9.7 >=sys-libs/zlib-1.2.1" src_compile () { |