diff options
author | 2004-06-26 10:55:35 +0000 | |
---|---|---|
committer | 2004-06-26 10:55:35 +0000 | |
commit | 76ceae15a9f1284626d38c215fbfb673c3c1bb83 (patch) | |
tree | 91a5dfbb80dfbce49c0005d5d461ce1b13e4d0d4 /net-misc/axel | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-76ceae15a9f1284626d38c215fbfb673c3c1bb83.tar.gz gentoo-2-76ceae15a9f1284626d38c215fbfb673c3c1bb83.tar.bz2 gentoo-2-76ceae15a9f1284626d38c215fbfb673c3c1bb83.zip |
Added to ~ppc
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 a58a800af495..9ae8bc38c713 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: + 26 Jun 2004; David Holm <dholm@gentoo.org> axel-1.0a.ebuild: + Added to ~ppc. + 11 Jun 2004; Aron Griffis <agriffis@gentoo.org> axel-1.0a.ebuild: Fix use invocation diff --git a/net-misc/axel/axel-1.0a.ebuild b/net-misc/axel/axel-1.0a.ebuild index d12dbd1517ed..7a13beed94a9 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.11 2004/06/24 23:35:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-1.0a.ebuild,v 1.12 2004/06/26 10:55:35 dholm Exp $ DESCRIPTION="light Unix download accelerator" HOMEPAGE="http://www.lintux.cx/axel.html" @@ -8,7 +8,7 @@ SRC_URI="http://www.lintux.cx/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc" +KEYWORDS="x86 sparc ~ppc" IUSE="debug" DEPEND="virtual/glibc" |