summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2015-02-21 19:41:13 +0000
committerMatt Turner <mattst88@gentoo.org>2015-02-21 19:41:13 +0000
commit5475c5a5e1066834e2be8db5441b5b0f76c0a91c (patch)
treed535e0a37dd3d7cd012bff1cf453abdd25473e6c /media-libs
parentdev-java/guava: fixed bug #519268 (diff)
downloadgentoo-2-5475c5a5e1066834e2be8db5441b5b0f76c0a91c.tar.gz
gentoo-2-5475c5a5e1066834e2be8db5441b5b0f76c0a91c.tar.bz2
gentoo-2-5475c5a5e1066834e2be8db5441b5b0f76c0a91c.zip
Bump llvm requirement from 3.2 to 3.3, bug 506180.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/mesa/ChangeLog5
-rw-r--r--media-libs/mesa/mesa-10.0.4.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index b9291aa4d291..d3e3a23d877d 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.611 2015/02/21 08:55:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.612 2015/02/21 19:41:13 mattst88 Exp $
+
+ 21 Feb 2015; Matt Turner <mattst88@gentoo.org> mesa-10.0.4.ebuild:
+ Bump llvm requirement from 3.2 to 3.3, bug 506180.
21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> mesa-10.3.7-r1.ebuild:
Stable for ppc64, wrt bug #530652
diff --git a/media-libs/mesa/mesa-10.0.4.ebuild b/media-libs/mesa/mesa-10.0.4.ebuild
index d485f92d1737..02e4622d0c35 100644
--- a/media-libs/mesa/mesa-10.0.4.ebuild
+++ b/media-libs/mesa/mesa-10.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.0.4.ebuild,v 1.12 2014/07/26 09:04:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.0.4.ebuild,v 1.13 2015/02/21 19:41:13 mattst88 Exp $
EAPI=5
@@ -116,7 +116,7 @@ RDEPEND="
>=dev-libs/libelf-0.8.13-r2[${MULTILIB_USEDEP}]
) )
)
- llvm-shared-libs? ( >=sys-devel/llvm-3.2[${MULTILIB_USEDEP}] )
+ llvm-shared-libs? ( >=sys-devel/llvm-3.3[${MULTILIB_USEDEP}] )
)
opencl? (
app-admin/eselect-opencl
@@ -141,7 +141,7 @@ done
DEPEND="${RDEPEND}
llvm? (
- >=sys-devel/llvm-3.2[${MULTILIB_USEDEP}]
+ >=sys-devel/llvm-3.3[${MULTILIB_USEDEP}]
r600-llvm-compiler? ( sys-devel/llvm[video_cards_radeon] )
video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] )
)