summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-06-18 19:41:32 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-06-18 19:41:32 +0000
commit6189cce6452604ec827b537bdef06765c52da988 (patch)
tree36e51eec138e3e8698a5c18d6c293107076793cd /media-gfx/maya/maya-6.0.ebuild
parent~amd64 (Manifest recommit) (diff)
downloadgentoo-2-6189cce6452604ec827b537bdef06765c52da988.tar.gz
gentoo-2-6189cce6452604ec827b537bdef06765c52da988.tar.bz2
gentoo-2-6189cce6452604ec827b537bdef06765c52da988.zip
Preliminary amd64 support... Docs don't work right because of funky java.
Diffstat (limited to 'media-gfx/maya/maya-6.0.ebuild')
-rw-r--r--media-gfx/maya/maya-6.0.ebuild17
1 files changed, 10 insertions, 7 deletions
diff --git a/media-gfx/maya/maya-6.0.ebuild b/media-gfx/maya/maya-6.0.ebuild
index 6d7488dfafb1..877321020d00 100644
--- a/media-gfx/maya/maya-6.0.ebuild
+++ b/media-gfx/maya/maya-6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/maya-6.0.ebuild,v 1.1 2004/06/08 02:20:25 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/maya-6.0.ebuild,v 1.2 2004/06/18 19:41:32 eradicator Exp $
# Note that this ebuild requires you to set the MAYA_INSTALL_LOC environment
# variable to the location of your maya RPMS and documentation:
@@ -39,15 +39,18 @@ SLOT="6.0"
LICENSE="maya-5.0 mayadoc-5.0"
# Still having trouble getting the docs working right.
-KEYWORDS="-x86"
+KEYWORDS="-x86 -amd64"
DEPEND="app-arch/unzip"
-RDEPEND=">=sys-libs/lib-compat-1.3
- || ( app-shells/tcsh app-shells/csh )
- !bundled-libs? ( =x11-libs/qt-3*
- >=sys-devel/gcc-3*
- >=x11-libs/openmotif-2.1.30 )
+RDEPEND="|| ( app-shells/tcsh app-shells/csh )
+ x86? ( >=sys-libs/lib-compat-1.3
+ !bundled-libs? ( =x11-libs/qt-3*
+ >=sys-devel/gcc-3*
+ >=x11-libs/openmotif-2.1.30 ))
+ amd64? ( app-emulation/emul-linux-x86-baselibs
+ app-emulation/emul-linux-x86-xlibs
+ app-emulation/emul-linux-x86-qtlibs )
virtual/jre
virtual/opengl"