diff options
Diffstat (limited to 'app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild')
-rw-r--r-- | app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild index 40d25ff972a9..913dfaa11aaa 100644 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild +++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-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-pro-bin/crossover-office-pro-bin-4.2.ebuild,v 1.1 2005/04/19 22:35:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild,v 1.2 2005/05/23 16:32:14 herbs Exp $ inherit eutils @@ -10,12 +10,13 @@ SRC_URI="install-crossover-pro-${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} |