mattst88 14/09/27 23:07:39 Modified: mesa-10.3.0.ebuild ChangeLog Log: Depend on llvm/clang-3.4.2, bug 523740. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.4 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.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild?r1=1.3&r2=1.4 Index: mesa-10.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mesa-10.3.0.ebuild 27 Sep 2014 23:05:43 -0000 1.3 +++ mesa-10.3.0.ebuild 27 Sep 2014 23:07:39 -0000 1.4 @@ -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.3 2014/09/27 23:05:43 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.3.0.ebuild,v 1.4 2014/09/27 23:07:39 mattst88 Exp $ EAPI=5 @@ -150,8 +150,8 @@ video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] ) ) opencl? ( - >=sys-devel/llvm-3.3-r3:=[${MULTILIB_USEDEP}] - >=sys-devel/clang-3.3:=[${MULTILIB_USEDEP}] + >=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}] + >=sys-devel/clang-3.4.2:=[${MULTILIB_USEDEP}] >=sys-devel/gcc-4.6 ) sys-devel/bison 1.578 media-libs/mesa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.578&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.578&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.577&r2=1.578 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v retrieving revision 1.577 retrieving revision 1.578 diff -u -r1.577 -r1.578 --- ChangeLog 27 Sep 2014 23:05:43 -0000 1.577 +++ ChangeLog 27 Sep 2014 23:07:39 -0000 1.578 @@ -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.577 2014/09/27 23:05:43 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.578 2014/09/27 23:07:39 mattst88 Exp $ + + 27 Sep 2014; Matt Turner <matts...@gentoo.org> mesa-10.3.0.ebuild: + Depend on llvm/clang-3.4.2, bug 523740. 27 Sep 2014; Matt Turner <matts...@gentoo.org> mesa-10.3.0.ebuild: Require llvm for opencl, bug 520922.