diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-03-10 17:10:23 +0100 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-03-10 17:10:23 +0100 |
commit | cdf119db6325e25b3e7ce87c4881e48c90590882 (patch) | |
tree | c0ea25b01b4ad5eb5f400c3e8f453751be575772 /media-libs/mesa | |
parent | sys-fs/lvm2: EAPI6 conversion from Lars Wendler (polynomial-c). (diff) | |
download | gentoo-cdf119db6325e25b3e7ce87c4881e48c90590882.tar.gz gentoo-cdf119db6325e25b3e7ce87c4881e48c90590882.tar.bz2 gentoo-cdf119db6325e25b3e7ce87c4881e48c90590882.zip |
media-libs/mesa: depend on <sys-devel/llvm-3.8
Bug: https://bugs.gentoo.org/show_bug.cgi?id=576972
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-11.0.6.ebuild | 3 | ||||
-rw-r--r-- | media-libs/mesa/mesa-11.0.8.ebuild | 1 | ||||
-rw-r--r-- | media-libs/mesa/mesa-11.0.9.ebuild | 1 | ||||
-rw-r--r-- | media-libs/mesa/mesa-11.1.2-r1.ebuild | 1 |
4 files changed, 5 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-11.0.6.ebuild b/media-libs/mesa/mesa-11.0.6.ebuild index 57f99770dea9..58c7bfbcbb17 100644 --- a/media-libs/mesa/mesa-11.0.6.ebuild +++ b/media-libs/mesa/mesa-11.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -108,6 +108,7 @@ RDEPEND=" ) ) ) ) >=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}] + <sys-devel/llvm-3.8 ) opencl? ( app-eselect/eselect-opencl diff --git a/media-libs/mesa/mesa-11.0.8.ebuild b/media-libs/mesa/mesa-11.0.8.ebuild index bea9a0efedb3..f07599c623c4 100644 --- a/media-libs/mesa/mesa-11.0.8.ebuild +++ b/media-libs/mesa/mesa-11.0.8.ebuild @@ -106,6 +106,7 @@ RDEPEND=" ) ) ) ) >=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}] + <sys-devel/llvm-3.8 ) opencl? ( app-eselect/eselect-opencl diff --git a/media-libs/mesa/mesa-11.0.9.ebuild b/media-libs/mesa/mesa-11.0.9.ebuild index bea9a0efedb3..f07599c623c4 100644 --- a/media-libs/mesa/mesa-11.0.9.ebuild +++ b/media-libs/mesa/mesa-11.0.9.ebuild @@ -106,6 +106,7 @@ RDEPEND=" ) ) ) ) >=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}] + <sys-devel/llvm-3.8 ) opencl? ( app-eselect/eselect-opencl diff --git a/media-libs/mesa/mesa-11.1.2-r1.ebuild b/media-libs/mesa/mesa-11.1.2-r1.ebuild index 7dd5cc6f9a82..09284a7ee9f8 100644 --- a/media-libs/mesa/mesa-11.1.2-r1.ebuild +++ b/media-libs/mesa/mesa-11.1.2-r1.ebuild @@ -106,6 +106,7 @@ RDEPEND=" ) ) ) ) >=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}] + <sys-devel/llvm-3.8 ) opencl? ( app-eselect/eselect-opencl |