diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-06-18 09:56:02 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-06-18 09:56:02 +0000 |
commit | 8ffcd71f0731597ef1f8b19f12fa716cde601f37 (patch) | |
tree | 4fb1c688e3f1490447e3952685ecf1791651d87f /media-libs/mesa | |
parent | Version bump. (diff) | |
download | gentoo-2-8ffcd71f0731597ef1f8b19f12fa716cde601f37.tar.gz gentoo-2-8ffcd71f0731597ef1f8b19f12fa716cde601f37.tar.bz2 gentoo-2-8ffcd71f0731597ef1f8b19f12fa716cde601f37.zip |
depend on older libdrm for nouveau
(Portage version: 2.2_rc67/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.8.2.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index ff7ce7fe92e4..40031d747088 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.273 2010/06/17 18:35:50 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.274 2010/06/18 09:56:02 chithanh Exp $ + + 18 Jun 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + mesa-7.8.2.ebuild: + depend on older libdrm for nouveau, bug #324539 *mesa-7.8.2 (17 Jun 2010) diff --git a/media-libs/mesa/mesa-7.8.2.ebuild b/media-libs/mesa/mesa-7.8.2.ebuild index d6172d906add..afb6225c42df 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.1 2010/06/17 18:35:50 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.8.2.ebuild,v 1.2 2010/06/18 09:56:02 chithanh Exp $ EAPI=3 @@ -49,6 +49,9 @@ RDEPEND=" >=app-admin/eselect-opengl-1.1.1-r2 dev-libs/expat >=x11-libs/libdrm-2.4.19 + gallium? ( + video_cards_nouveau? ( <=x11-libs/libdrm-2.4.20 ) + ) x11-libs/libICE x11-libs/libX11[xcb?] x11-libs/libXdamage |