diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-06 22:38:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-06 22:38:10 +0000 |
commit | b295858d10b7304711c84a0efd02b6b47a12a8ca (patch) | |
tree | 18e3fbcad39d54d0ec326c8fc8fc393cdc1dc2be /app-emulation/crossover-office-pro-bin | |
parent | pull in nas, maybe #118020 (diff) | |
download | gentoo-2-b295858d10b7304711c84a0efd02b6b47a12a8ca.tar.gz gentoo-2-b295858d10b7304711c84a0efd02b6b47a12a8ca.tar.bz2 gentoo-2-b295858d10b7304711c84a0efd02b6b47a12a8ca.zip |
pull in nas, maybe #118020
(Portage version: 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 | ||||
-rw-r--r-- | app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild | 7 |
2 files changed, 8 insertions, 6 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 )" diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild index 5483c4db5458..11701985f774 100644 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild +++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.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-5.0.0.ebuild,v 1.2 2005/11/05 04:03:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild,v 1.3 2006/01/06 22:37:56 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 )" |