diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-02-21 19:41:20 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-02-21 19:41:20 +0000 |
commit | be685b6a3762fd0e19c437e4dc2034240b9e26c3 (patch) | |
tree | c04ccc2245278964a8da7ed198247fb2d9b3f9ac /media-libs/mesa/mesa-10.0.4.ebuild | |
parent | dev-java/guava: fixed bug #519268 (diff) | |
download | historical-be685b6a3762fd0e19c437e4dc2034240b9e26c3.tar.gz historical-be685b6a3762fd0e19c437e4dc2034240b9e26c3.tar.bz2 historical-be685b6a3762fd0e19c437e4dc2034240b9e26c3.zip |
Bump llvm requirement from 3.2 to 3.3, bug 506180.
Package-Manager: portage-2.2.17/cvs/Linux x86_64
Manifest-Sign-Key: 0x974CA72A
Diffstat (limited to 'media-libs/mesa/mesa-10.0.4.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-10.0.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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] ) ) |