diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:42:56 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:42:56 +0000 |
commit | d86765d30fff2f5612f412de0adcab13cc5a660c (patch) | |
tree | cb935bd89e713af8dc5dfb5fe7bf00d8c2c5d14b /net-misc/aget | |
parent | Fix bug 55814: RDEPEND on sysvinit and util-linux regardless of USE=build sin... (diff) | |
download | gentoo-2-d86765d30fff2f5612f412de0adcab13cc5a660c.tar.gz gentoo-2-d86765d30fff2f5612f412de0adcab13cc5a660c.tar.bz2 gentoo-2-d86765d30fff2f5612f412de0adcab13cc5a660c.zip |
virtual/glibc -> virtual/libc, add IUSE
Diffstat (limited to 'net-misc/aget')
-rw-r--r-- | net-misc/aget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/aget/aget-0.4.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/aget/ChangeLog b/net-misc/aget/ChangeLog index 0528fc69a95b..910ce761c865 100644 --- a/net-misc/aget/ChangeLog +++ b/net-misc/aget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/aget # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v 1.4 2004/06/28 06:13:15 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v 1.5 2004/07/01 20:40:19 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> aget-0.4.ebuild: + change virtual/glibc to virtual/libc, add IUSE 28 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> aget-0.4.ebuild: Added ~sparc, ~mips diff --git a/net-misc/aget/aget-0.4.ebuild b/net-misc/aget/aget-0.4.ebuild index 75bc8dac37f9..d1f65d59ef30 100644 --- a/net-misc/aget/aget-0.4.ebuild +++ b/net-misc/aget/aget-0.4.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/aget-0.4.ebuild,v 1.4 2004/06/28 06:13:15 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/aget-0.4.ebuild,v 1.5 2004/07/01 20:40:19 squinky86 Exp $ inherit eutils +IUSE="" DEB_PATCH="${PN}_${PV}-4.diff" DESCRIPTION="multithreaded HTTP download accelerator" HOMEPAGE="http://www.enderunix.org/aget/" @@ -14,7 +15,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} |