summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-25 22:59:06 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-25 22:59:06 +0000
commitff7c449a19df9566eb3780bf776754fe0450d455 (patch)
treef6d6b0c96ecfbbf6fcbf8261ec248573572ac85b /app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild
parentAdd dep on libglade. Bug #119841 (diff)
downloadgentoo-2-ff7c449a19df9566eb3780bf776754fe0450d455.tar.gz
gentoo-2-ff7c449a19df9566eb3780bf776754fe0450d455.tar.bz2
gentoo-2-ff7c449a19df9566eb3780bf776754fe0450d455.zip
Add support for modular X by Markus Ullmann #120287.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild')
-rw-r--r--app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild
index fbe83833dce8..1c321c08824a 100644
--- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild
+++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild
@@ -1,6 +1,6 @@
# 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.1.ebuild,v 1.1 2006/01/15 19:09:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.1.ebuild,v 1.2 2006/01/25 22:59:06 vapier Exp $
inherit eutils
@@ -14,8 +14,11 @@ KEYWORDS="-* ~amd64 ~x86"
IUSE="nas"
RESTRICT="fetch nostrip"
-RDEPEND="virtual/x11
- nas? ( media-libs/nas )
+RDEPEND="nas? ( media-libs/nas )
+ || (
+ ( x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86dga x11-libs/libXxf86vm )
+ virtual/x11
+ )
sys-libs/glibc
amd64? ( app-emulation/emul-linux-x86-xlibs )"