diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-17 20:44:58 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-17 20:44:58 +0000 |
commit | b9a43122df5a2ef3f809d66a31af77ab0f41a2cf (patch) | |
tree | 5889db1734bfec38bb00c86f86f027fd8467ecf4 /app-arch/unlzx | |
parent | Added SLOT (diff) | |
download | historical-b9a43122df5a2ef3f809d66a31af77ab0f41a2cf.tar.gz historical-b9a43122df5a2ef3f809d66a31af77ab0f41a2cf.tar.bz2 historical-b9a43122df5a2ef3f809d66a31af77ab0f41a2cf.zip |
Added SLOT
Diffstat (limited to 'app-arch/unlzx')
-rw-r--r-- | app-arch/unlzx/unlzx-1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/unlzx/unlzx-1.1.ebuild b/app-arch/unlzx/unlzx-1.1.ebuild index 28bb84bd5c15..f44e6d0d75d7 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.2 2002/07/11 06:30:10 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.3 2002/07/17 20:44:57 drobbins Exp $ S=${WORKDIR}/${P} @@ -8,6 +8,7 @@ DESCRIPTION="Unarchiver for Amiga LZX archives" #This site is listed as the master site in NetBSD makefile 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" +SLOT="0" #For lack of anything better HOMEPAGE="ftp://us.aminet.net/pub/aminet/misc/unix/${PN}.c.gz.readme" |