diff options
author | Robert Coie <rac@gentoo.org> | 2004-06-07 08:30:40 +0000 |
---|---|---|
committer | Robert Coie <rac@gentoo.org> | 2004-06-07 08:30:40 +0000 |
commit | 5937456c3d0e92b8c782721276655e8eaadcebf9 (patch) | |
tree | 9a542fa9bd0042341b2f62010b558e721dadd058 /app-arch | |
parent | glibc 2.3.4.20040605 should now pass all tests with USE="-nptl makecheck" on ... (diff) | |
download | historical-5937456c3d0e92b8c782721276655e8eaadcebf9.tar.gz historical-5937456c3d0e92b8c782721276655e8eaadcebf9.tar.bz2 historical-5937456c3d0e92b8c782721276655e8eaadcebf9.zip |
keyword ~amd64
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/afio/ChangeLog | 3 | ||||
-rw-r--r-- | app-arch/afio/Manifest | 8 | ||||
-rw-r--r-- | app-arch/afio/afio-2.5.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-arch/afio/ChangeLog b/app-arch/afio/ChangeLog index 6e8e4d5b8d61..0f94555e499f 100644 --- a/app-arch/afio/ChangeLog +++ b/app-arch/afio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/afio # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 + 07 Jun 2004; Robert Coie <rac@gentoo.org> afio-2.5.ebuild: + keyword ~amd64 + 25 May 2004; Michael Sterrett <mr_bones_@gentoo.org> afio-2.5.ebuild: add the Makefile patch to the new version as well (bug #52004) diff --git a/app-arch/afio/Manifest b/app-arch/afio/Manifest index 0e02628dc73b..7a67665379e1 100644 --- a/app-arch/afio/Manifest +++ b/app-arch/afio/Manifest @@ -1,7 +1,7 @@ -MD5 55182640517f2af61f7b7ea5162a79a1 ChangeLog 934 -MD5 ea07904d1a4eb717960145ccc230e31d metadata.xml 640 -MD5 4a963bd87f935e56e08c4c41111e2cf9 afio-2.5.ebuild 1178 +MD5 de41c3919db782bad4714bd2026fc3eb afio-2.5.ebuild 1178 +MD5 e5449f0c6f2fcce5ae5ec604aa11a8e8 ChangeLog 1013 MD5 a0327480dcdc3007c5b42da0b2b72f3d afio-2.4.7.ebuild 1046 +MD5 ea07904d1a4eb717960145ccc230e31d metadata.xml 640 MD5 220e2947e5808d60df6546914dee1d07 files/digest-afio-2.4.7 58 -MD5 f66820d09ee18bc1250763fa4f3cdfd5 files/Makefile.patch 350 MD5 59d440af39481f99cdca2c3dae7adaca files/digest-afio-2.5 57 +MD5 f66820d09ee18bc1250763fa4f3cdfd5 files/Makefile.patch 350 diff --git a/app-arch/afio/afio-2.5.ebuild b/app-arch/afio/afio-2.5.ebuild index c10ab71a1a67..95191ec398bb 100644 --- a/app-arch/afio/afio-2.5.ebuild +++ b/app-arch/afio/afio-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.5.ebuild,v 1.2 2004/05/25 18:41:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.5.ebuild,v 1.3 2004/06/07 08:30:40 rac Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://freshmeat.net/projects/afio/" SRC_URI="http://members.brabant.chello.nl/~k.holtman/${P}.tgz" LICENSE="Artistic LGPL-2" -KEYWORDS="x86 ppc sparc" +KEYWORDS="x86 ppc sparc ~amd64" SLOT="0" IUSE="" |