summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2004-01-07 13:52:03 +0000
committerHanno Böck <hanno@gentoo.org>2004-01-07 13:52:03 +0000
commit7e7ac6a2838ea74100a0907592bf61429b131147 (patch)
tree010a56ced043c3c3d9e1803766e2992d704e13d2 /net-p2p
parentamule version bump. removed gtk2-check, latest amule runs fine with gtk2. (diff)
downloadgentoo-2-7e7ac6a2838ea74100a0907592bf61429b131147.tar.gz
gentoo-2-7e7ac6a2838ea74100a0907592bf61429b131147.tar.bz2
gentoo-2-7e7ac6a2838ea74100a0907592bf61429b131147.zip
changed zlib dependency
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/amule/Manifest2
-rw-r--r--net-p2p/amule/amule-1.2.3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/amule/Manifest b/net-p2p/amule/Manifest
index 0decfa44c4e7..241036afe1ea 100644
--- a/net-p2p/amule/Manifest
+++ b/net-p2p/amule/Manifest
@@ -2,7 +2,7 @@ MD5 a557210772c177952284fbdc524b14fc ChangeLog 1550
MD5 ba7ccc35b62d65b78c3dec63e2943928 amule-1.1.0.ebuild 979
MD5 cd7f2480fa4b9b8d06a7b387383e0331 amule-1.1.2.ebuild 1057
MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160
-MD5 e15006c5039a4673257d9c810f56796d amule-1.2.3.ebuild 682
+MD5 2a40debbd1a257f8015b44bb950081bb amule-1.2.3.ebuild 682
MD5 1f788e567786e2aefb362559593e827a files/digest-amule-1.1.0 65
MD5 d7d7f67407285123a636467ef9160324 files/digest-amule-1.1.2 65
MD5 c017d62483301d503a37effb14164166 files/digest-amule-1.2.3 65
diff --git a/net-p2p/amule/amule-1.2.3.ebuild b/net-p2p/amule/amule-1.2.3.ebuild
index 0cb5fe076180..8b55479f88c9 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.1 2004/01/07 13:48:40 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-1.2.3.ebuild,v 1.2 2004/01/07 13:51:52 hanno Exp $
MY_P=${P/m/M}
S=${WORKDIR}/${MY_P}
@@ -17,7 +17,7 @@ KEYWORDS="~x86 ~amd64"
IUSE="nls"
DEPEND=">=x11-libs/wxGTK-2.4.1
- >=sys-libs/zlib-1.1.4"
+ >=sys-libs/zlib-1.2.1"
src_compile () {
econf `use_enable nls` || die