diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-09-21 22:26:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-09-21 22:26:59 +0000 |
commit | c5c8787ee407afc9a66f46d7eba88883e893015f (patch) | |
tree | 4fa568f72484245ae62c64dd15dffca6882b0b27 /app-arch/unlzx/unlzx-1.1.ebuild | |
parent | new jfsutils for coming sources (diff) | |
download | historical-c5c8787ee407afc9a66f46d7eba88883e893015f.tar.gz historical-c5c8787ee407afc9a66f46d7eba88883e893015f.tar.bz2 historical-c5c8787ee407afc9a66f46d7eba88883e893015f.zip |
Seemant set it to freeware when he meant freedist, fixing that
Diffstat (limited to 'app-arch/unlzx/unlzx-1.1.ebuild')
-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 f833caca0717..f2af950d1ab2 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.10 2002/09/07 13:29:57 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.11 2002/09/21 22:26:59 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Unarchiver for Amiga LZX archives" @@ -8,7 +8,7 @@ SRC_URI="ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz ftp://us.aminet.net HOMEPAGE="ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz.readme" SLOT="0" -LICENSE="freeware" +LICENSE="freedist" KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/glibc" |