diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-16 03:00:38 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-16 03:00:38 +0000 |
commit | 3de23c84d02e46947c339ac6e484db8847b2f256 (patch) | |
tree | 1e4a7f6e9c3b344cd9759c1ed4d8116582b3939f /net-misc/aget | |
parent | stable on ppc64, bug #55566 (diff) | |
download | historical-3de23c84d02e46947c339ac6e484db8847b2f256.tar.gz historical-3de23c84d02e46947c339ac6e484db8847b2f256.tar.bz2 historical-3de23c84d02e46947c339ac6e484db8847b2f256.zip |
stable on ppc64, bug #55665
Diffstat (limited to 'net-misc/aget')
-rw-r--r-- | net-misc/aget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/aget/Manifest | 4 | ||||
-rw-r--r-- | net-misc/aget/aget-0.4.ebuild | 4 |
3 files changed, 8 insertions, 5 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/Manifest b/net-misc/aget/Manifest index d7450290603b..c8a1ac8ddc5c 100644 --- a/net-misc/aget/Manifest +++ b/net-misc/aget/Manifest @@ -1,3 +1,3 @@ -MD5 f557a5b01be6dfca8dc6f35d51731156 ChangeLog 627 -MD5 9360c2febc9bf71bec4d3be8d17875a5 aget-0.4.ebuild 804 +MD5 4a2b4fc9d9744b16076e16900c24f809 ChangeLog 715 +MD5 24fa97c1a47259f4cbeefd83f2742a96 aget-0.4.ebuild 806 MD5 04cb7060ad224c972df99074be4cd013 files/digest-aget-0.4 120 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" |