diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-06-19 20:54:42 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-06-19 20:54:42 +0000 |
commit | e07dcaeff729c2d094e93120b2199cdb8fe57031 (patch) | |
tree | acd97dcc4e067b7de33e201a75d63f4a3e882089 /media-gfx/maya | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-e07dcaeff729c2d094e93120b2199cdb8fe57031.tar.gz gentoo-2-e07dcaeff729c2d094e93120b2199cdb8fe57031.tar.bz2 gentoo-2-e07dcaeff729c2d094e93120b2199cdb8fe57031.zip |
Fix RDEPEND.
Diffstat (limited to 'media-gfx/maya')
-rw-r--r-- | media-gfx/maya/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/maya/maya-6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/maya/ChangeLog b/media-gfx/maya/ChangeLog index 4858378c1e4d..9d245db9ae5d 100644 --- a/media-gfx/maya/ChangeLog +++ b/media-gfx/maya/ChangeLog @@ -1,6 +1,9 @@ # 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.11 2004/06/18 23:58:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/ChangeLog,v 1.12 2004/06/19 20:54:42 eradicator Exp $ + + 19 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org> maya-6.0.ebuild: + Fix RDEPEND. 18 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> maya-5.0.1-r1.ebuild: fix RDEPEND diff --git a/media-gfx/maya/maya-6.0.ebuild b/media-gfx/maya/maya-6.0.ebuild index 877321020d00..d18558b6245d 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.2 2004/06/18 19:41:32 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/maya-6.0.ebuild,v 1.3 2004/06/19 20:54:42 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: @@ -47,7 +47,7 @@ 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 )) + >=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 ) |