diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 18:40:59 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-10 18:40:59 +0000 |
commit | 12d79c2fd094c85eee1132b1877c64d92a81773f (patch) | |
tree | 85dd12375556d81e0723a436ffcb935d213f8940 /media-libs/mesa | |
parent | Use.mask frei0r (diff) | |
download | gentoo-2-12d79c2fd094c85eee1132b1877c64d92a81773f.tar.gz gentoo-2-12d79c2fd094c85eee1132b1877c64d92a81773f.tar.bz2 gentoo-2-12d79c2fd094c85eee1132b1877c64d92a81773f.zip |
Fix openmotif dependency.
(Portage version: 2.1.9.14/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.7.1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/mesa/mesa-7.8.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 545fbf279c4b..1cb3b7805458 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.291 2010/10/01 09:06:47 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.292 2010/10/10 18:40:59 ulm Exp $ + + 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> mesa-7.7.1.ebuild, + mesa-7.8.2.ebuild: + Fix openmotif dependency. 01 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> mesa-7.8.2.ebuild: Drop weird depend atom. Per bug #339314. diff --git a/media-libs/mesa/mesa-7.7.1.ebuild b/media-libs/mesa/mesa-7.7.1.ebuild index 3b334377996a..392264334417 100644 --- a/media-libs/mesa/mesa-7.7.1.ebuild +++ b/media-libs/mesa/mesa-7.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.7.1.ebuild,v 1.13 2010/09/21 07:54:22 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.7.1.ebuild,v 1.14 2010/10/10 18:40:59 ulm Exp $ EAPI="2" @@ -57,7 +57,7 @@ RDEPEND=" x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86vm - motif? ( x11-libs/openmotif ) + motif? ( >=x11-libs/openmotif-2.3:0 ) " DEPEND="${RDEPEND} dev-util/pkgconfig diff --git a/media-libs/mesa/mesa-7.8.2.ebuild b/media-libs/mesa/mesa-7.8.2.ebuild index 0cb8e4f9fc94..43d43d5417b7 100644 --- a/media-libs/mesa/mesa-7.8.2.ebuild +++ b/media-libs/mesa/mesa-7.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.8.2.ebuild,v 1.18 2010/10/01 09:06:47 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.8.2.ebuild,v 1.19 2010/10/10 18:40:59 ulm Exp $ EAPI=3 @@ -59,7 +59,7 @@ RDEPEND=" x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86vm - motif? ( x11-libs/openmotif ) + motif? ( >=x11-libs/openmotif-2.3:0 ) " DEPEND="${RDEPEND} dev-util/pkgconfig |