diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-03 17:04:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-03 17:04:38 +0000 |
commit | 1d7d56ecc7ac07dea26a1fa239dfdab0b26fbf51 (patch) | |
tree | 2685bdd108d6022c8dd57ba2d6a04d4d81bed479 /app-arch | |
parent | Fixed compile bug when >=dev-libs/eb-4 (diff) | |
download | historical-1d7d56ecc7ac07dea26a1fa239dfdab0b26fbf51.tar.gz historical-1d7d56ecc7ac07dea26a1fa239dfdab0b26fbf51.tar.bz2 historical-1d7d56ecc7ac07dea26a1fa239dfdab0b26fbf51.zip |
fix KEYWORDS #37104 #36445
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/rar/rar-3.2.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/rar/rar-3.2.0.ebuild b/app-arch/rar/rar-3.2.0.ebuild index 097afe1f038c..37583a51f0ed 100644 --- a/app-arch/rar/rar-3.2.0.ebuild +++ b/app-arch/rar/rar-3.2.0.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.2.0.ebuild,v 1.3 2004/01/02 18:47:53 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.2.0.ebuild,v 1.4 2004/01/03 17:04:38 vapier Exp $ S=${WORKDIR}/${PN} MY_P=${PN}linux-${PV} DESCRIPTION="RAR compressor/uncompressor" -SRC_URI="http://www.rarlab.com/rar/${MY_P}.tar.gz" HOMEPAGE="http://www.rarsoft.com/" +SRC_URI="http://www.rarlab.com/rar/${MY_P}.tar.gz" -SLOT="0" LICENSE="RAR" -KEYWORDS="~x86 ~amd64 -ppc -sparc -alpha" +SLOT="0" +KEYWORDS="-* x86 ~amd64" RDEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs )" |