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 | ee0a55cabcc49e8358e5640e8160d2c36e0fcca1 (patch) | |
tree | ad023fda15dc52979a2be92dd7a970e3a66aa487 /app-arch/unlzx | |
parent | hppa love courtesy of notopic (diff) | |
download | gentoo-2-ee0a55cabcc49e8358e5640e8160d2c36e0fcca1.tar.gz gentoo-2-ee0a55cabcc49e8358e5640e8160d2c36e0fcca1.tar.bz2 gentoo-2-ee0a55cabcc49e8358e5640e8160d2c36e0fcca1.zip |
hppa love courtesy of notopic
(Portage version: 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} |