diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-12 15:17:01 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-12 15:17:01 +0000 |
commit | 7493bb7b3b5d7e4ea06b43d0001b14f54d4bad84 (patch) | |
tree | 8d2cf617c8b834495705ee6780f80e6d610080cb /app-arch/zoo | |
parent | ChangeLog fixes and other various fixes (diff) | |
download | historical-7493bb7b3b5d7e4ea06b43d0001b14f54d4bad84.tar.gz historical-7493bb7b3b5d7e4ea06b43d0001b14f54d4bad84.tar.bz2 historical-7493bb7b3b5d7e4ea06b43d0001b14f54d4bad84.zip |
ChangeLog fixes, x86 and amd64 unmasks and other various fixes
Diffstat (limited to 'app-arch/zoo')
-rw-r--r-- | app-arch/zoo/zoo-2.10.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-arch/zoo/zoo-2.10.ebuild b/app-arch/zoo/zoo-2.10.ebuild index c37140cf1ab1..678b77e151ad 100644 --- a/app-arch/zoo/zoo-2.10.ebuild +++ b/app-arch/zoo/zoo-2.10.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2004 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.15 2004/03/12 11:11:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zoo/zoo-2.10.ebuild,v 1.16 2004/03/12 15:17:01 aliz Exp $ + +inherit eutils 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 ~amd64" +KEYWORDS="x86 ppc sparc alpha amd64" S=${WORKDIR} |