diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:48:28 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:48:28 +0000 |
commit | 5fb9a8da222e5ba0a676e09fcc75fdf4b5350a75 (patch) | |
tree | efb21642f255d3b0c82dd0a9e2d6d05c304a1be3 /net-misc/aget | |
parent | fixed slotting issue (diff) | |
download | historical-5fb9a8da222e5ba0a676e09fcc75fdf4b5350a75.tar.gz historical-5fb9a8da222e5ba0a676e09fcc75fdf4b5350a75.tar.bz2 historical-5fb9a8da222e5ba0a676e09fcc75fdf4b5350a75.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} |