diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-10-16 19:10:17 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-10-16 19:10:17 +0000 |
commit | 9cbcf53278a2bb85021ae6954bddcb8573559532 (patch) | |
tree | f3632e15311aba8061338c58e1c14155ad61146e /app-arch | |
parent | added GRP for x86 profile (diff) | |
download | gentoo-2-9cbcf53278a2bb85021ae6954bddcb8573559532.tar.gz gentoo-2-9cbcf53278a2bb85021ae6954bddcb8573559532.tar.bz2 gentoo-2-9cbcf53278a2bb85021ae6954bddcb8573559532.zip |
KEYWORDS for alpha
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unzip/unzip-5.50.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/unzip/unzip-5.50.ebuild b/app-arch/unzip/unzip-5.50.ebuild index 908b840132ec..9299d7d81600 100644 --- a/app-arch/unzip/unzip-5.50.ebuild +++ b/app-arch/unzip/unzip-5.50.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/app-arch/unzip/unzip-5.50.ebuild,v 1.2 2002/10/04 03:53:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.50.ebuild,v 1.3 2002/10/16 19:10:17 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Unzipper for pkzip-compressed files" @@ -9,7 +9,7 @@ HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" SLOT="0" LICENSE="Info-ZIP" -KEYWORDS="x86" +KEYWORDS="x86 alpha" DEPEND="virtual/glibc" |