diff options
Diffstat (limited to 'sys-apps/gzip')
-rw-r--r-- | sys-apps/gzip/gzip-1.3.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/gzip/gzip-1.3.3.ebuild b/sys-apps/gzip/gzip-1.3.3.ebuild index 167546aba4c7..81635970ae43 100644 --- a/sys-apps/gzip/gzip-1.3.3.ebuild +++ b/sys-apps/gzip/gzip-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.3.3.ebuild,v 1.1 2002/10/19 21:46:55 mjc Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gzip/gzip-1.3.3.ebuild,v 1.2 2002/10/19 22:01:28 mjc Exp $ IUSE="nls build" @@ -8,7 +8,8 @@ S=${WORKDIR}/${P} DESCRIPTION="Standard GNU compressor" SRC_URI="http://www.gzip.org/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gzip/gzip.html" -KEYWORDS="x86 ppc sparc sparc64 alpha" +# unstable profile for now +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" SLOT="0" LICENSE="GPL-2" |