diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:09:48 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:09:48 +0000 |
commit | 55ceffad45932384f3480ff233450734f9d60f2c (patch) | |
tree | 1b132f271e3349d9adcaeaf85d04c153e7080728 /net-misc/axel | |
parent | IUSE; sed in src_unpack (bug #55755); use emake; error check; tidy (diff) | |
download | historical-55ceffad45932384f3480ff233450734f9d60f2c.tar.gz historical-55ceffad45932384f3480ff233450734f9d60f2c.tar.bz2 historical-55ceffad45932384f3480ff233450734f9d60f2c.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-misc/axel')
-rw-r--r-- | net-misc/axel/ChangeLog | 3 | ||||
-rw-r--r-- | net-misc/axel/axel-1.0a.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net-misc/axel/ChangeLog b/net-misc/axel/ChangeLog index 9ae8bc38c713..528ee1fc07b9 100644 --- a/net-misc/axel/ChangeLog +++ b/net-misc/axel/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 # $Header: + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> axel-1.0a.ebuild: + change virtual/glibc to virtual/libc + 26 Jun 2004; David Holm <dholm@gentoo.org> axel-1.0a.ebuild: Added to ~ppc. diff --git a/net-misc/axel/axel-1.0a.ebuild b/net-misc/axel/axel-1.0a.ebuild index 7a13beed94a9..50091146a700 100644 --- a/net-misc/axel/axel-1.0a.ebuild +++ b/net-misc/axel/axel-1.0a.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-misc/axel/axel-1.0a.ebuild,v 1.12 2004/06/26 10:55:35 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-1.0a.ebuild,v 1.13 2004/07/01 20:43:30 squinky86 Exp $ DESCRIPTION="light Unix download accelerator" HOMEPAGE="http://www.lintux.cx/axel.html" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 sparc ~ppc" IUSE="debug" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { cd work/${P} |