diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-06 22:37:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-06 22:37:55 +0000 |
commit | 439e87a91b5d8af2e32aca21d130fa6e15dc8e91 (patch) | |
tree | 7cfc73438376e4854c8e63d7ce5221c882083c3b /app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild | |
parent | ebuild style fixes thanks to Mr_Bones_ (diff) | |
download | historical-439e87a91b5d8af2e32aca21d130fa6e15dc8e91.tar.gz historical-439e87a91b5d8af2e32aca21d130fa6e15dc8e91.tar.bz2 historical-439e87a91b5d8af2e32aca21d130fa6e15dc8e91.zip |
pull in nas, maybe #118020
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild')
-rw-r--r-- | app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild index 7bedbd9401ee..42547f98e966 100644 --- a/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild +++ b/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.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-5.0.0.ebuild,v 1.2 2005/11/05 04:04:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild,v 1.3 2006/01/06 22:37:25 vapier Exp $ inherit eutils @@ -11,10 +11,11 @@ SRC_URI="install-crossover-standard-${PV}.sh" LICENSE="CROSSOVER" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="" +IUSE="nas" RESTRICT="fetch nostrip" RDEPEND="virtual/x11 + nas? ( media-libs/nas ) sys-libs/glibc amd64? ( app-emulation/emul-linux-x86-xlibs )" |