mattst88 14/09/27 23:05:43 Modified: mesa-10.3.0.ebuild ChangeLog Log: Require llvm for opencl, bug 520922. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.3 media-libs/mesa/mesa-10.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild?r1=1.2&r2=1.3 Index: mesa-10.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mesa-10.3.0.ebuild 22 Sep 2014 21:02:19 -0000 1.2 +++ mesa-10.3.0.ebuild 27 Sep 2014 23:05:43 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild,v 1.2 2014/09/22 21:02:19 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild,v 1.3 2014/09/27 23:05:43 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.577 media-libs/mesa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.577&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.577&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.576&r2=1.577 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v retrieving revision 1.576 retrieving revision 1.577 diff -u -r1.576 -r1.577 --- ChangeLog 22 Sep 2014 21:02:19 -0000 1.576 +++ ChangeLog 27 Sep 2014 23:05:43 -0000 1.577 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.576 2014/09/22 21:02:19 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.577 2014/09/27 23:05:43 mattst88 Exp $ + + 27 Sep 2014; Matt Turner <matts...@gentoo.org> mesa-10.3.0.ebuild: + Require llvm for opencl, bug 520922. 22 Sep 2014; Matt Turner <matts...@gentoo.org> mesa-10.3.0.ebuild: Fix SRC_URI.