diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-08-12 21:23:01 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-08-12 21:23:01 +0000 |
commit | e0b85678b70ce2aaf89cf73bddd3ee6b784159b1 (patch) | |
tree | c4be93d0a89b3e4bffccec71b500012437964d7f /app-arch/rar | |
parent | Adding missing metadata.xml and preparing for removal of large files from the... (diff) | |
download | gentoo-2-e0b85678b70ce2aaf89cf73bddd3ee6b784159b1.tar.gz gentoo-2-e0b85678b70ce2aaf89cf73bddd3ee6b784159b1.tar.bz2 gentoo-2-e0b85678b70ce2aaf89cf73bddd3ee6b784159b1.zip |
Unmasked
Diffstat (limited to 'app-arch/rar')
-rw-r--r-- | app-arch/rar/ChangeLog | 3 | ||||
-rw-r--r-- | app-arch/rar/rar-3.3.0.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app-arch/rar/ChangeLog b/app-arch/rar/ChangeLog index 4611d5dcba6a..d73e40192c14 100644 --- a/app-arch/rar/ChangeLog +++ b/app-arch/rar/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 # /space/gentoo/cvsroot/gentoo-x86/app-arch/rar/ChangeLog,v 1.5 2002/05/31 01:48:14 seemant Exp + 12 Aug 2004; Daniel Ahlberg <aliz@gentoo.org> rar-3.3.0.ebuild: + Unmasked on x86 and amd64. + 20 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> rar-3.3.0.ebuild: Upstream makefile now ships with a single target: 'install' which automatically runs when you do make as implied by the default src_compile(). diff --git a/app-arch/rar/rar-3.3.0.ebuild b/app-arch/rar/rar-3.3.0.ebuild index 25a09f7ced13..56ae82ba6654 100644 --- a/app-arch/rar/rar-3.3.0.ebuild +++ b/app-arch/rar/rar-3.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.3.0.ebuild,v 1.3 2004/07/21 05:38:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-3.3.0.ebuild,v 1.4 2004/08/12 21:23:01 aliz Exp $ S=${WORKDIR}/${PN} MY_P=${PN}linux-${PV} @@ -10,7 +10,7 @@ SRC_URI="http://www.rarlab.com/rar/rarlinux-${PV}.tar.gz" IUSE="" LICENSE="RAR" SLOT="0" -KEYWORDS="-* ~x86 ~amd64" +KEYWORDS="-* x86 amd64" RDEPEND="amd64? ( app-emulation/emul-linux-x86-baselibs )" |