diff options
-rw-r--r-- | net-misc/aget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/aget/aget-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/aget/ChangeLog b/net-misc/aget/ChangeLog index 910ce761c865..3a2efd79e3f4 100644 --- a/net-misc/aget/ChangeLog +++ b/net-misc/aget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/aget # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v 1.5 2004/07/01 20:40:19 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v 1.6 2004/07/16 03:00:38 tgall Exp $ + + 15 Jul 2004; Tom Gall <tgall@gentoo.org> aget-0.4.ebuild: + stable on ppct64, bug #55665 01 Jul 2004; Jon Hood <squinky86@gentoo.org> aget-0.4.ebuild: change virtual/glibc to virtual/libc, add IUSE diff --git a/net-misc/aget/aget-0.4.ebuild b/net-misc/aget/aget-0.4.ebuild index d1f65d59ef30..9e5ec3cdb8f7 100644 --- a/net-misc/aget/aget-0.4.ebuild +++ b/net-misc/aget/aget-0.4.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/aget/aget-0.4.ebuild,v 1.5 2004/07/01 20:40:19 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/aget-0.4.ebuild,v 1.6 2004/07/16 03:00:38 tgall Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="http://www.enderunix.org/${PN}/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips" +KEYWORDS="~x86 ~ppc ~sparc ~mips ppc64" DEPEND="virtual/libc" |