summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-01-03 14:58:15 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-01-03 14:58:15 +0000
commit63d4208f729e4e2b34b16ab323f32b70aeca05df (patch)
tree0c8eb13fdc25b202898a2c965496883447fc108a /media-libs
parentVersion bump. Removed old (diff)
downloadgentoo-2-63d4208f729e4e2b34b16ab323f32b70aeca05df.tar.gz
gentoo-2-63d4208f729e4e2b34b16ab323f32b70aeca05df.tar.bz2
gentoo-2-63d4208f729e4e2b34b16ab323f32b70aeca05df.zip
Pull in correct version of llvm for optional r600-llvm-compiler, bug #450000.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/ChangeLog6
-rw-r--r--media-libs/mesa/mesa-9.0.1.ebuild6
-rw-r--r--media-libs/mesa/mesa-9.0.ebuild8
3 files changed, 12 insertions, 8 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index a303329c4e32..68173d4cc4d4 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.447 2013/01/01 18:46:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.448 2013/01/03 14:58:15 chithanh Exp $
+
+ 03 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ mesa-9.0.1.ebuild, mesa-9.0.ebuild:
+ Pull in correct version of llvm for optional r600-llvm-compiler, bug #450000.
01 Jan 2013; Raúl Porcel <armin76@gentoo.org> mesa-9.0.1.ebuild:
sh stable wrt #440872
diff --git a/media-libs/mesa/mesa-9.0.1.ebuild b/media-libs/mesa/mesa-9.0.1.ebuild
index 426b46239ecf..98cb4f55fc7f 100644
--- a/media-libs/mesa/mesa-9.0.1.ebuild
+++ b/media-libs/mesa/mesa-9.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.1.ebuild,v 1.9 2013/01/01 18:46:30 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.1.ebuild,v 1.10 2013/01/03 14:58:15 chithanh Exp $
EAPI=4
@@ -117,8 +117,8 @@ done
DEPEND="${RDEPEND}
llvm? (
>=sys-devel/llvm-2.9
- r600-llvm-compiler? ( >=sys-devel/llvm-3.1 )
- video_cards_radeonsi? ( >=sys-devel/llvm-3.1 )
+ r600-llvm-compiler? ( =sys-devel/llvm-3.1* )
+ video_cards_radeonsi? ( =sys-devel/llvm-3.1* )
)
=dev-lang/python-2*
dev-libs/libxml2[python]
diff --git a/media-libs/mesa/mesa-9.0.ebuild b/media-libs/mesa/mesa-9.0.ebuild
index bd61236763c2..a17106ac0f08 100644
--- a/media-libs/mesa/mesa-9.0.ebuild
+++ b/media-libs/mesa/mesa-9.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.ebuild,v 1.7 2012/12/17 20:02:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.ebuild,v 1.8 2013/01/03 14:58:15 chithanh Exp $
EAPI=4
@@ -117,8 +117,8 @@ done
DEPEND="${RDEPEND}
llvm? (
>=sys-devel/llvm-2.9
- r600-llvm-compiler? ( >=sys-devel/llvm-3.1 )
- video_cards_radeonsi? ( >=sys-devel/llvm-3.1 )
+ r600-llvm-compiler? ( =sys-devel/llvm-3.1* )
+ video_cards_radeonsi? ( =sys-devel/llvm-3.1* )
)
=dev-lang/python-2*
dev-libs/libxml2[python]