summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-09-30 15:15:17 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-09-30 15:15:17 +0000
commit81617a48b273ec05696500a4d3e77415bf8120ea (patch)
treef2afb8b9d9abaefb20c687a399da1bc3450eec44 /media-libs/mesa
parentMove libdrm change to all versions. (diff)
downloadgentoo-2-81617a48b273ec05696500a4d3e77415bf8120ea.tar.gz
gentoo-2-81617a48b273ec05696500a4d3e77415bf8120ea.tar.bz2
gentoo-2-81617a48b273ec05696500a4d3e77415bf8120ea.zip
Update libdrm dependency.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/ChangeLog5
-rw-r--r--media-libs/mesa/mesa-7.8.2.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index 8cf9b0de4358..50c3018d9fa0 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,9 @@
# 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.289 2010/09/30 04:12:45 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.290 2010/09/30 15:15:17 scarabeus Exp $
+
+ 30 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> mesa-7.8.2.ebuild:
+ Update libdrm dependency.
30 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
mesa-7.8.2.ebuild:
diff --git a/media-libs/mesa/mesa-7.8.2.ebuild b/media-libs/mesa/mesa-7.8.2.ebuild
index a9167be62622..cb291ff83702 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.16 2010/09/30 04:12:45 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.8.2.ebuild,v 1.17 2010/09/30 15:15:17 scarabeus Exp $
EAPI=3
@@ -49,12 +49,11 @@ RDEPEND="
>=app-admin/eselect-opengl-1.1.1-r2
dev-libs/expat
|| (
- =x11-libs/libdrm-2.4.20-r1
- =x11-libs/libdrm-2.4.21
- x11-libs/libdrm[video_cards_radeon?,video_cards_intel?,video_cards_nouveau?]
+ <=x11-libs/libdrm-2.4.21
+ >=x11-libs/libdrm-2.4.22[video_cards_radeon?,video_cards_intel?,video_cards_nouveau?]
)
gallium? (
- video_cards_nouveau? ( <x11-libs/libdrm-2.4.21 )
+ video_cards_nouveau? ( <x11-libs/libdrm-2.4.21[video_cards_nouveau] )
)
x11-libs/libICE
|| ( <x11-libs/libX11-1.3.99.901[xcb?] >=x11-libs/libX11-1.3.99.901 )