diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:43:30 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:43:30 +0000 |
commit | 9a404e9446bf2589078c1ab11ae2dc8b1af89a7e (patch) | |
tree | 397c3d99077bb762861e22d1c7e646035f034218 /net-misc/axel | |
parent | virtual/glibc -> virtual/libc, add IUSE (Manifest recommit) (diff) | |
download | gentoo-2-9a404e9446bf2589078c1ab11ae2dc8b1af89a7e.tar.gz gentoo-2-9a404e9446bf2589078c1ab11ae2dc8b1af89a7e.tar.bz2 gentoo-2-9a404e9446bf2589078c1ab11ae2dc8b1af89a7e.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} |