diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-29 03:02:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-29 03:02:02 +0000 |
commit | 213d3f34fee86d3b5ef65b4c423ef1a3e0d7d877 (patch) | |
tree | cfc33979cb74c234c3321306e9d28ed7388d8767 /app-arch/unlzx | |
parent | Version bump. (diff) | |
download | historical-213d3f34fee86d3b5ef65b4c423ef1a3e0d7d877.tar.gz historical-213d3f34fee86d3b5ef65b4c423ef1a3e0d7d877.tar.bz2 historical-213d3f34fee86d3b5ef65b4c423ef1a3e0d7d877.zip |
hppa love courtesy of notopic
Package-Manager: portage-2.0.53_rc7
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 589d371f75c5..98c3fc027656 100644 --- a/app-arch/unlzx/unlzx-1.1.ebuild +++ b/app-arch/unlzx/unlzx-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # 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.23 2005/09/17 07:41:35 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.24 2005/11/29 03:01:08 vapier 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" @@ -9,7 +9,7 @@ HOMEPAGE="ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz.readme" SLOT="0" LICENSE="freedist" IUSE="" -KEYWORDS="alpha amd64 ppc ~ppc-macos sparc x86" +KEYWORDS="alpha amd64 ~hppa ppc ~ppc-macos sparc x86" src_unpack() { mkdir ${S} |