diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-11-26 10:56:55 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-11-26 10:56:55 +0000 |
commit | 0e0b4097214bcfb93ec793e686b377de9e13d0c3 (patch) | |
tree | 4a4b122463bec799cd16bf9b7750ecc48de697be /app-arch | |
parent | Add amd64 keyword (diff) | |
download | historical-0e0b4097214bcfb93ec793e686b377de9e13d0c3.tar.gz historical-0e0b4097214bcfb93ec793e686b377de9e13d0c3.tar.bz2 historical-0e0b4097214bcfb93ec793e686b377de9e13d0c3.zip |
Add amd64 keyword
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/zoo/Manifest | 4 | ||||
-rw-r--r-- | app-arch/zoo/zoo-2.10.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/zoo/Manifest b/app-arch/zoo/Manifest index 07b17699b494..a7caefce8ef5 100644 --- a/app-arch/zoo/Manifest +++ b/app-arch/zoo/Manifest @@ -1,4 +1,4 @@ +MD5 dbdde6506da33b22af58937097014820 zoo-2.10.ebuild 603 MD5 6803a2d90fc0030d75f8a7ddf9f63bae ChangeLog 818 -MD5 741a06affde588f7373ab315134ff85a zoo-2.10.ebuild 600 -MD5 5a83375f305f43e7455cf85cfe1975e4 files/digest-zoo-2.10 63 MD5 77f04d131ad1df9d9f165be3df7bd48c files/zoo-2.10-gcc33-issues-fix.patch 22111 +MD5 5a83375f305f43e7455cf85cfe1975e4 files/digest-zoo-2.10 63 diff --git a/app-arch/zoo/zoo-2.10.ebuild b/app-arch/zoo/zoo-2.10.ebuild index f90bb2c2d7f8..1c27f432e0e9 100644 --- a/app-arch/zoo/zoo-2.10.ebuild +++ b/app-arch/zoo/zoo-2.10.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zoo/zoo-2.10.ebuild,v 1.13 2003/11/25 03:37:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zoo/zoo-2.10.ebuild,v 1.14 2003/11/26 10:56:51 aliz Exp $ DESCRIPTION="Manipulate archives of files in compressed form." SRC_URI="ftp://ftp.kiarchive.ru/pub/unix/arcers/${P}pl1.tar.gz" SLOT="0" LICENSE="zoo" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha ~amd64" S=${WORKDIR} |