diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-06-18 19:41:32 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-06-18 19:41:32 +0000 |
commit | 6189cce6452604ec827b537bdef06765c52da988 (patch) | |
tree | 36e51eec138e3e8698a5c18d6c293107076793cd /media-gfx | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-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')
-rw-r--r-- | media-gfx/maya/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/maya/maya-5.0.1-r1.ebuild | 17 | ||||
-rw-r--r-- | media-gfx/maya/maya-6.0.ebuild | 17 |
3 files changed, 25 insertions, 15 deletions
diff --git a/media-gfx/maya/ChangeLog b/media-gfx/maya/ChangeLog index baefebe264d8..6fe332a5bb64 100644 --- a/media-gfx/maya/ChangeLog +++ b/media-gfx/maya/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/maya # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/ChangeLog,v 1.9 2004/06/08 02:20:25 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/ChangeLog,v 1.10 2004/06/18 19:41:32 eradicator Exp $ + + 18 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org> maya-5.0.1-r1.ebuild, + maya-6.0.ebuild: + Preliminary amd64 support... Docs don't work right because of funky java. *maya-6.0 (07 Jun 2004) diff --git a/media-gfx/maya/maya-5.0.1-r1.ebuild b/media-gfx/maya/maya-5.0.1-r1.ebuild index befdfa55e65b..068ae4f74c14 100644 --- a/media-gfx/maya/maya-5.0.1-r1.ebuild +++ b/media-gfx/maya/maya-5.0.1-r1.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-5.0.1-r1.ebuild,v 1.6 2004/06/08 02:16:07 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/maya-5.0.1-r1.ebuild,v 1.7 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: @@ -36,15 +36,18 @@ MAYA5_0="5.0.1-135.i686" SLOT="5.0" LICENSE="maya-5.0 mayadoc-5.0" -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/opengl" pkg_nofetch() { 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" |