summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-08-20 08:59:42 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2011-08-20 08:59:42 +0000
commitc49fd2b56f5d164754fa74deae4698bee448a867 (patch)
tree41e3927c1eff941d435e51eb3b49c6453e710c00 /media-libs
parentVersion bump. (diff)
downloadgentoo-2-c49fd2b56f5d164754fa74deae4698bee448a867.tar.gz
gentoo-2-c49fd2b56f5d164754fa74deae4698bee448a867.tar.bz2
gentoo-2-c49fd2b56f5d164754fa74deae4698bee448a867.zip
Relax dependency on sys-devel/llvm.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/ChangeLog6
-rw-r--r--media-libs/mesa/mesa-7.11.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index 26c1a1ecb659..ef01aee96d3a 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.359 2011/08/16 02:23:25 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.360 2011/08/20 08:59:42 chithanh Exp $
+
+ 20 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ mesa-7.11.ebuild:
+ Relax dependency on sys-devel/llvm.
16 Aug 2011; Matt Turner <mattst88@gentoo.org> metadata.xml:
Correct metadata.xml about which USE flags are related to Gallium3D.
diff --git a/media-libs/mesa/mesa-7.11.ebuild b/media-libs/mesa/mesa-7.11.ebuild
index 32fc8def5129..ce67ddf6de1e 100644
--- a/media-libs/mesa/mesa-7.11.ebuild
+++ b/media-libs/mesa/mesa-7.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild,v 1.3 2011/08/02 14:58:44 zorry Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.11.ebuild,v 1.4 2011/08/20 08:59:42 chithanh Exp $
EAPI=3
@@ -72,7 +72,7 @@ RDEPEND="${EXTERNAL_DEPEND}
x11-libs/libXxf86vm
motif? ( x11-libs/openmotif )
gallium? (
- llvm? ( >=sys-devel/llvm-2.9 )
+ llvm? ( >=sys-devel/llvm-2.8 )
)
${LIBDRM_DEPSTRING}[video_cards_nouveau?,video_cards_vmware?]
"