diff options
author | 2010-09-21 07:54:22 +0000 | |
---|---|---|
committer | 2010-09-21 07:54:22 +0000 | |
commit | 6c156aaa5cbf8c5be02f8a9d775f574152fd662c (patch) | |
tree | b6b25944a7d7b6f9e00f8ac1fdb8420c16655abb /media-libs/mesa | |
parent | Update the dep on libX11 this time using proper version. (diff) | |
download | gentoo-2-6c156aaa5cbf8c5be02f8a9d775f574152fd662c.tar.gz gentoo-2-6c156aaa5cbf8c5be02f8a9d775f574152fd662c.tar.bz2 gentoo-2-6c156aaa5cbf8c5be02f8a9d775f574152fd662c.zip |
Update the dep on libX11 this time using proper version.
(Portage version: 2.2_rc83/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 8fc51bfaa6ad..c6ac17e142d3 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.286 2010/09/19 21:03:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.287 2010/09/21 07:54:22 scarabeus Exp $ + + 21 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> mesa-7.7.1.ebuild, + mesa-7.8.2.ebuild: + Update the dep on libX11 this time using proper version. 19 Sep 2010; Raúl Porcel <armin76@gentoo.org> mesa-7.8.2.ebuild: ia64/sh/sparc stable wrt #327777 diff --git a/media-libs/mesa/mesa-7.7.1.ebuild b/media-libs/mesa/mesa-7.7.1.ebuild index e2d10b9395e7..3b334377996a 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.12 2010/09/17 21:43:19 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.7.1.ebuild,v 1.13 2010/09/21 07:54:22 scarabeus Exp $ EAPI="2" @@ -51,7 +51,7 @@ RDEPEND=" dev-libs/expat >=x11-libs/libdrm-2.4.17 x11-libs/libICE - || ( <=x11-libs/libX11-1.3.5[xcb?] >x11-libs/libX11-1.3.5 ) + || ( <x11-libs/libX11-1.3.99.901[xcb?] >=x11-libs/libX11-1.3.99.901 ) x11-libs/libXdamage x11-libs/libXext x11-libs/libXi diff --git a/media-libs/mesa/mesa-7.8.2.ebuild b/media-libs/mesa/mesa-7.8.2.ebuild index 649cb45a4548..92b885efd422 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.13 2010/09/19 21:03:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.8.2.ebuild,v 1.14 2010/09/21 07:54:22 scarabeus Exp $ EAPI=3 @@ -53,7 +53,7 @@ RDEPEND=" video_cards_nouveau? ( <x11-libs/libdrm-2.4.21 ) ) x11-libs/libICE - || ( <=x11-libs/libX11-1.3.5[xcb?] >x11-libs/libX11-1.3.5 ) + || ( <x11-libs/libX11-1.3.99.901[xcb?] >=x11-libs/libX11-1.3.99.901 ) x11-libs/libXdamage x11-libs/libXext x11-libs/libXi |