diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-02-21 19:43:54 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-02-21 19:43:54 +0000 |
commit | 3f88d4bc60fc6f9b6ed53850a01e2981feaa4749 (patch) | |
tree | d989fdbcf48c3ed752f690dc77ad587137471d41 /media-libs | |
parent | Bump llvm requirement from 3.2 to 3.3, bug 506180. (diff) | |
download | gentoo-2-3f88d4bc60fc6f9b6ed53850a01e2981feaa4749.tar.gz gentoo-2-3f88d4bc60fc6f9b6ed53850a01e2981feaa4749.tar.bz2 gentoo-2-3f88d4bc60fc6f9b6ed53850a01e2981feaa4749.zip |
Require llvm for opencl, bug 516790.
(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/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/mesa/mesa-10.0.4.ebuild | 3 | ||||
-rw-r--r-- | media-libs/mesa/mesa-10.2.8.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index d3e3a23d877d..86e98cbf5afc 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,10 @@ # 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.612 2015/02/21 19:41:13 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.613 2015/02/21 19:43:54 mattst88 Exp $ + + 21 Feb 2015; Matt Turner <mattst88@gentoo.org> mesa-10.0.4.ebuild, + mesa-10.2.8.ebuild: + Require llvm for opencl, bug 516790. 21 Feb 2015; Matt Turner <mattst88@gentoo.org> mesa-10.0.4.ebuild: Bump llvm requirement from 3.2 to 3.3, bug 506180. diff --git a/media-libs/mesa/mesa-10.0.4.ebuild b/media-libs/mesa/mesa-10.0.4.ebuild index 02e4622d0c35..ce8dcde2cc94 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-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.13 2015/02/21 19:41:13 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.0.4.ebuild,v 1.14 2015/02/21 19:43:54 mattst88 Exp $ EAPI=5 @@ -58,6 +58,7 @@ REQUIRED_USE=" openvg? ( egl gallium ) opencl? ( gallium + llvm video_cards_r600? ( r600-llvm-compiler ) video_cards_radeon? ( r600-llvm-compiler ) video_cards_radeonsi? ( r600-llvm-compiler ) diff --git a/media-libs/mesa/mesa-10.2.8.ebuild b/media-libs/mesa/mesa-10.2.8.ebuild index 9b0ea02f4609..07d36b2988f4 100644 --- a/media-libs/mesa/mesa-10.2.8.ebuild +++ b/media-libs/mesa/mesa-10.2.8.ebuild @@ -1,6 +1,6 @@ # 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.2.8.ebuild,v 1.12 2015/02/16 16:27:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild,v 1.13 2015/02/21 19:43:54 mattst88 Exp $ EAPI=5 @@ -58,6 +58,7 @@ REQUIRED_USE=" openvg? ( egl gallium ) opencl? ( gallium + llvm video_cards_r600? ( r600-llvm-compiler ) video_cards_radeon? ( r600-llvm-compiler ) video_cards_radeonsi? ( r600-llvm-compiler ) |