diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2002-08-14 08:37:54 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2002-08-14 08:37:54 +0000 |
commit | 6fb6b9e6c78fbb7d5682b1b86013d3b38b07089d (patch) | |
tree | 14dad4da5ab3ab78e6b64e5400d77855f5611757 /app-arch/unlzx | |
parent | Added installation of docs and manpage. (diff) | |
download | historical-6fb6b9e6c78fbb7d5682b1b86013d3b38b07089d.tar.gz historical-6fb6b9e6c78fbb7d5682b1b86013d3b38b07089d.tar.bz2 historical-6fb6b9e6c78fbb7d5682b1b86013d3b38b07089d.zip |
Added ppc keyword
Diffstat (limited to 'app-arch/unlzx')
-rw-r--r-- | app-arch/unlzx/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/unlzx/unlzx-1.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-arch/unlzx/ChangeLog b/app-arch/unlzx/ChangeLog index a8f81858da4a..e98ce06a83b5 100644 --- a/app-arch/unlzx/ChangeLog +++ b/app-arch/unlzx/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for <CATEGORY>/<PACKAGE_NAME> # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/ChangeLog,v 1.1 2002/02/24 03:54:35 tod Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/ChangeLog,v 1.2 2002/08/14 08:27:12 pvdabeel Exp $ *unlzx-1.1 (23 Feb 2002) + 14 Aug 2002; Pieter Van den Abeele <pvdabeel@gentoo.org> : + + Added ppc keyword + 23 Feb 2002; T.Neidt <tod@gentoo.org> ChangeLog, unlzx-1.1.ebuild, digest-unlzx-1.1 : Initial commit. Unlzx decompresses Amiga LZX archives. diff --git a/app-arch/unlzx/unlzx-1.1.ebuild b/app-arch/unlzx/unlzx-1.1.ebuild index ae9ba52fc22a..a0d8e79b932f 100644 --- a/app-arch/unlzx/unlzx-1.1.ebuild +++ b/app-arch/unlzx/unlzx-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.7 2002/08/02 04:58:29 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.8 2002/08/14 08:27:12 pvdabeel Exp $ S=${WORKDIR}/${P} DESCRIPTION="Unarchiver for Amiga LZX archives" @@ -9,7 +9,7 @@ HOMEPAGE="ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz.readme" SLOT="0" LICENSE="as-is" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc" |