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-pro-bin | |
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-pro-bin')
-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 3f3b6ef6eff9..c8f7fd1b8a54 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 +# Copyright 1999-2006 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.3 2005/10/28 23:06:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-4.2.ebuild,v 1.4 2006/01/06 22:37:55 vapier Exp $ inherit eutils @@ -11,10 +11,11 @@ SRC_URI="install-crossover-pro-${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 )" |