diff options
author | Tom Gall <tgall@gentoo.org> | 2004-08-30 02:53:52 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-08-30 02:53:52 +0000 |
commit | a9208ff5f6afb84bd4122da7c50864fb36a26817 (patch) | |
tree | 2f73f2a79ba2022f811c19d8bd9305c9a27491a6 /net-misc/axel | |
parent | 1.7.3, stable on ppc64, bug #61407 (Manifest recommit) (diff) | |
download | gentoo-2-a9208ff5f6afb84bd4122da7c50864fb36a26817.tar.gz gentoo-2-a9208ff5f6afb84bd4122da7c50864fb36a26817.tar.bz2 gentoo-2-a9208ff5f6afb84bd4122da7c50864fb36a26817.zip |
stable on ppc64, bug #61409
Diffstat (limited to 'net-misc/axel')
-rw-r--r-- | net-misc/axel/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/axel/axel-1.0a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/axel/ChangeLog b/net-misc/axel/ChangeLog index ac929056c045..3434cb9ed395 100644 --- a/net-misc/axel/ChangeLog +++ b/net-misc/axel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/axel # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/ChangeLog,v 1.11 2004/08/14 13:42:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/ChangeLog,v 1.12 2004/08/30 02:53:52 tgall Exp $ + + 29 Aug 2004; Tom Gall <tgall@gentoo.org> axel-1.0a.ebuild: + stable on ppc64, bug #61409 14 Aug 2004; Sven Wegener <swegener@gentoo.org> : Fixed CVS Header. diff --git a/net-misc/axel/axel-1.0a.ebuild b/net-misc/axel/axel-1.0a.ebuild index 26de8d4ae2cf..9d8bf9f6491e 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.14 2004/08/19 01:44:36 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-1.0a.ebuild,v 1.15 2004/08/30 02:53:52 tgall 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 ppc macos" +KEYWORDS="x86 sparc ppc macos ppc64" IUSE="debug" DEPEND="virtual/libc" |