diff options
Diffstat (limited to 'app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild')
-rw-r--r-- | app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild index c6a84d65eedd..3f52b935809a 100644 --- a/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild +++ b/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild,v 1.1 2005/04/15 22:16:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-4.2.ebuild,v 1.2 2005/05/23 16:37:57 herbs Exp $ inherit eutils @@ -10,12 +10,13 @@ SRC_URI="install-crossover-standard-${PV}.sh" LICENSE="CROSSOVER" SLOT="0" -KEYWORDS="-* ~x86" +KEYWORDS="-* ~amd64 ~x86" IUSE="" RESTRICT="fetch nostrip" RDEPEND="virtual/x11 - virtual/libc" + virtual/libc + amd64? ( app-emulation/emul-linux-x86-xlibs )" S=${WORKDIR} |