diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-06 14:34:48 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-06 14:34:48 +0000 |
commit | b5b21e2686687e23a3c4527ed3f6751b82722f8c (patch) | |
tree | f0ef4fdaa4b7a9fdc1f7cadb79268d6c24ed8738 /media-gfx | |
parent | Force tls=__thread on amd64. See bug #83770. (diff) | |
download | gentoo-2-b5b21e2686687e23a3c4527ed3f6751b82722f8c.tar.gz gentoo-2-b5b21e2686687e23a3c4527ed3f6751b82722f8c.tar.bz2 gentoo-2-b5b21e2686687e23a3c4527ed3f6751b82722f8c.zip |
Removed * postfix from <, <=, >= and > dependencies.
(Portage version: 2.0.51.21-r1)
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 | 6 | ||||
-rw-r--r-- | media-gfx/maya/maya-6.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/media-gfx/maya/ChangeLog b/media-gfx/maya/ChangeLog index 5ca924dc1984..754f225978e6 100644 --- a/media-gfx/maya/ChangeLog +++ b/media-gfx/maya/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/maya # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/ChangeLog,v 1.15 2005/04/19 12:28:04 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/ChangeLog,v 1.16 2005/05/06 14:33:10 swegener Exp $ + + 06 May 2005; Sven Wegener <swegener@gentoo.org> maya-5.0.1-r1.ebuild, + maya-6.0.ebuild: + Removed * postfix from <, <=, >= and > dependencies. 19 Apr 2005; Simon Stelling <blubb@gentoo.org> maya-6.0.ebuild: added ~amd64 diff --git a/media-gfx/maya/maya-5.0.1-r1.ebuild b/media-gfx/maya/maya-5.0.1-r1.ebuild index ca3ee5921214..eff5497ea868 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 Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.10 2004/08/07 23:17:22 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/maya-5.0.1-r1.ebuild,v 1.11 2005/05/06 14:33:10 swegener Exp $ # Note that this ebuild requires you to set the MAYA_INSTALL_LOC environment # variable to the location of your maya RPMS and documentation: @@ -43,7 +43,7 @@ DEPEND="app-arch/unzip" RDEPEND="|| ( app-shells/tcsh app-shells/csh ) x86? ( >=sys-libs/lib-compat-1.3 !bundled-libs? ( =x11-libs/qt-3* - >=sys-devel/gcc-3* + >=sys-devel/gcc-3 >=x11-libs/openmotif-2.1.30 ) ) amd64? ( app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux-x86-xlibs diff --git a/media-gfx/maya/maya-6.0.ebuild b/media-gfx/maya/maya-6.0.ebuild index acef07d217c4..2659027397a4 100644 --- a/media-gfx/maya/maya-6.0.ebuild +++ b/media-gfx/maya/maya-6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # 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.7 2005/04/19 12:28:04 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/maya/maya-6.0.ebuild,v 1.8 2005/05/06 14:33:10 swegener Exp $ # Note that this ebuild requires you to set the MAYA_INSTALL_LOC environment # variable to the location of your maya RPMS and documentation: @@ -45,7 +45,7 @@ DEPEND="app-arch/unzip" RDEPEND="|| ( app-shells/tcsh app-shells/csh ) x86? ( >=sys-libs/lib-compat-1.3 !bundled-libs? ( =x11-libs/qt-3* - >=sys-devel/gcc-3* + >=sys-devel/gcc-3 >=x11-libs/openmotif-2.1.30 ) ) amd64? ( app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux-x86-xlibs |