diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-06 22:37:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-06 22:37:25 +0000 |
commit | 5ade1d93c92fc079fa2ccc7831cfc9298785dc0a (patch) | |
tree | 9af2edca23a59ce577c1634504f396fa57503d20 /app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild | |
parent | ebuild style fixes thanks to Mr_Bones_ (diff) | |
download | gentoo-2-5ade1d93c92fc079fa2ccc7831cfc9298785dc0a.tar.gz gentoo-2-5ade1d93c92fc079fa2ccc7831cfc9298785dc0a.tar.bz2 gentoo-2-5ade1d93c92fc079fa2ccc7831cfc9298785dc0a.zip |
pull in nas, maybe #118020
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild')
-rw-r--r-- | app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild index e8c2e4807d11..ffb28b51b045 100644 --- a/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild +++ b/app-emulation/crossover-office-bin/crossover-office-bin-4.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-4.0.ebuild,v 1.3 2005/10/28 23:07:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-4.0.ebuild,v 1.4 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="-* ~x86" -IUSE="" +IUSE="nas" RESTRICT="fetch nostrip" RDEPEND="virtual/x11 + nas? ( media-libs/nas ) sys-libs/glibc" S=${WORKDIR} |