summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2008-04-29 07:39:23 +0000
committerHanno Böck <hanno@gentoo.org>2008-04-29 07:39:23 +0000
commitf7bd5858c9bcfb7d90e2c544dc55bd3916b6e36c (patch)
tree97032e093cbad72abfa10eeff8621938cef7c50e /media-libs
parentx11-drivers/xf86-video-i810: Bump to 2.3.0 (diff)
downloadgentoo-2-f7bd5858c9bcfb7d90e2c544dc55bd3916b6e36c.tar.gz
gentoo-2-f7bd5858c9bcfb7d90e2c544dc55bd3916b6e36c.tar.bz2
gentoo-2-f7bd5858c9bcfb7d90e2c544dc55bd3916b6e36c.zip
change libdrm-dep from mesa to >= instead of =
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/ChangeLog5
-rw-r--r--media-libs/mesa/mesa-7.0.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index fcc38c18cefe..1e8b5b681f10 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.168 2008/04/25 20:44:49 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.169 2008/04/29 07:39:23 hanno Exp $
+
+ 29 Apr 2008; Hanno Boeck <hanno@gentoo.org> mesa-7.0.3.ebuild:
+ Change libdrm-dep from = to >=.
*mesa-7.0.3 (25 Apr 2008)
diff --git a/media-libs/mesa/mesa-7.0.3.ebuild b/media-libs/mesa/mesa-7.0.3.ebuild
index f4343a57778a..870d8b641b13 100644
--- a/media-libs/mesa/mesa-7.0.3.ebuild
+++ b/media-libs/mesa/mesa-7.0.3.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-7.0.3.ebuild,v 1.2 2008/04/26 03:45:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.0.3.ebuild,v 1.3 2008/04/29 07:39:23 hanno Exp $
MY_PN="${PN/m/M}"
MY_P="${MY_PN}-${PV/_/-}"
@@ -57,7 +57,7 @@ RDEPEND="app-admin/eselect-opengl
x11-libs/libXi
x11-libs/libXmu
x11-libs/libXdamage
- =x11-libs/libdrm-2.3*
+ >=x11-libs/libdrm-2.3.0
x11-libs/libICE
motif? ( virtual/motif )
doc? ( app-doc/opengl-manpages )