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/unlzx | |
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/unlzx')
-rw-r--r-- | app-arch/unlzx/unlzx-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/unlzx/unlzx-1.1.ebuild b/app-arch/unlzx/unlzx-1.1.ebuild index bb7a11ca40f4..fa0b9b857d63 100644 --- a/app-arch/unlzx/unlzx-1.1.ebuild +++ b/app-arch/unlzx/unlzx-1.1.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/unlzx/unlzx-1.1.ebuild,v 1.17 2004/01/06 05:02:45 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.18 2004/03/12 15:17:01 aliz Exp $ DESCRIPTION="Unarchiver for Amiga LZX archives" SRC_URI="ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz.readme" @@ -8,7 +8,7 @@ HOMEPAGE="ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz.readme" SLOT="0" LICENSE="freedist" -KEYWORDS="x86 ppc sparc ~alpha ~amd64" +KEYWORDS="x86 ppc sparc ~alpha amd64" src_unpack() { mkdir ${S} |