diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/axel/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/axel/axel-1.0a.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/axel/ChangeLog b/net-misc/axel/ChangeLog index 3434cb9ed395..fa553e106866 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.12 2004/08/30 02:53:52 tgall Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/ChangeLog,v 1.13 2005/02/16 18:53:27 cryos Exp $ + + 16 Feb 2005; Marcus D. Hanwell <cryos@gentoo.org> axel-1.0a.ebuild: + Marked ~amd64, closes bug 82236. 29 Aug 2004; Tom Gall <tgall@gentoo.org> axel-1.0a.ebuild: stable on ppc64, bug #61409 diff --git a/net-misc/axel/axel-1.0a.ebuild b/net-misc/axel/axel-1.0a.ebuild index 5447a272e226..0f3dd2112e02 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 +# Copyright 1999-2005 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.17 2004/10/23 05:55:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/axel/axel-1.0a.ebuild,v 1.18 2005/02/16 18:53:27 cryos 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 ppc64 ppc-macos" +KEYWORDS="x86 sparc ppc ppc64 ppc-macos ~amd64" IUSE="debug" DEPEND="virtual/libc" |