diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-27 10:11:26 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-27 10:11:26 +0000 |
commit | 4b92ea37f5f7511724a3bf36dbac07a264d9331a (patch) | |
tree | b26c14f7089db021569c6be04fbc0a43ba61bcfa /media-libs/mesa/mesa-6.5.2-r1.ebuild | |
parent | Version bump for bug #227135. (diff) | |
download | gentoo-2-4b92ea37f5f7511724a3bf36dbac07a264d9331a.tar.gz gentoo-2-4b92ea37f5f7511724a3bf36dbac07a264d9331a.tar.bz2 gentoo-2-4b92ea37f5f7511724a3bf36dbac07a264d9331a.zip |
Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
Diffstat (limited to 'media-libs/mesa/mesa-6.5.2-r1.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-6.5.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-6.5.2-r1.ebuild b/media-libs/mesa/mesa-6.5.2-r1.ebuild index 7e277f313b7b..a07d5140a1a7 100644 --- a/media-libs/mesa/mesa-6.5.2-r1.ebuild +++ b/media-libs/mesa/mesa-6.5.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.2-r1.ebuild,v 1.19 2008/06/10 07:10:11 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.2-r1.ebuild,v 1.20 2008/06/27 10:11:26 ulm Exp $ inherit eutils toolchain-funcs multilib flag-o-matic portability @@ -47,7 +47,7 @@ RDEPEND="app-admin/eselect-opengl x11-libs/libXmu >=x11-libs/libdrm-2.2 x11-libs/libICE - motif? ( virtual/motif ) + motif? ( x11-libs/openmotif ) doc? ( app-doc/opengl-manpages ) !<=x11-base/xorg-x11-6.9 xcb? ( x11-libs/libxcb )" |