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 | 3240b13906297aadaeb065203f34ff2280e3cccb (patch) | |
tree | 2ecedb31669d5093cbd95c5e1077dd0c1a0d0794 /app-arch | |
parent | new jfsutils for coming sources (diff) | |
download | gentoo-2-3240b13906297aadaeb065203f34ff2280e3cccb.tar.gz gentoo-2-3240b13906297aadaeb065203f34ff2280e3cccb.tar.bz2 gentoo-2-3240b13906297aadaeb065203f34ff2280e3cccb.zip |
Seemant set it to freeware when he meant freedist, fixing that
Diffstat (limited to 'app-arch')
-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" |