mattst88 15/02/21 19:43:54 Modified: mesa-10.0.4.ebuild mesa-10.2.8.ebuild ChangeLog Log: Require llvm for opencl, bug 516790. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.14 media-libs/mesa/mesa-10.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.0.4.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.0.4.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.0.4.ebuild?r1=1.13&r2=1.14 Index: mesa-10.0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.0.4.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- mesa-10.0.4.ebuild 21 Feb 2015 19:41:13 -0000 1.13 +++ mesa-10.0.4.ebuild 21 Feb 2015 19:43:54 -0000 1.14 @@ -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 @@ openvg? ( egl gallium ) opencl? ( gallium + llvm video_cards_r600? ( r600-llvm-compiler ) video_cards_radeon? ( r600-llvm-compiler ) video_cards_radeonsi? ( r600-llvm-compiler ) 1.13 media-libs/mesa/mesa-10.2.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild?r1=1.12&r2=1.13 Index: mesa-10.2.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.2.8.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- mesa-10.2.8.ebuild 16 Feb 2015 16:27:39 -0000 1.12 +++ mesa-10.2.8.ebuild 21 Feb 2015 19:43:54 -0000 1.13 @@ -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 @@ openvg? ( egl gallium ) opencl? ( gallium + llvm video_cards_r600? ( r600-llvm-compiler ) video_cards_radeon? ( r600-llvm-compiler ) video_cards_radeonsi? ( r600-llvm-compiler ) 1.613 media-libs/mesa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.613&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.613&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.612&r2=1.613 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v retrieving revision 1.612 retrieving revision 1.613 diff -u -r1.612 -r1.613 --- ChangeLog 21 Feb 2015 19:41:13 -0000 1.612 +++ ChangeLog 21 Feb 2015 19:43:54 -0000 1.613 @@ -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 <[email protected]> mesa-10.0.4.ebuild, + mesa-10.2.8.ebuild: + Require llvm for opencl, bug 516790. 21 Feb 2015; Matt Turner <[email protected]> mesa-10.0.4.ebuild: Bump llvm requirement from 3.2 to 3.3, bug 506180.
