mattst88 15/02/21 19:41:13 Modified: mesa-10.0.4.ebuild ChangeLog Log: Bump llvm requirement from 3.2 to 3.3, bug 506180. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.13 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.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.0.4.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.0.4.ebuild?r1=1.12&r2=1.13 Index: mesa-10.0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.0.4.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- mesa-10.0.4.ebuild 26 Jul 2014 09:04:22 -0000 1.12 +++ mesa-10.0.4.ebuild 21 Feb 2015 19:41:13 -0000 1.13 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.12 2014/07/26 09:04:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.0.4.ebuild,v 1.13 2015/02/21 19:41:13 mattst88 Exp $ EAPI=5 @@ -116,7 +116,7 @@ >=dev-libs/libelf-0.8.13-r2[${MULTILIB_USEDEP}] ) ) ) - llvm-shared-libs? ( >=sys-devel/llvm-3.2[${MULTILIB_USEDEP}] ) + llvm-shared-libs? ( >=sys-devel/llvm-3.3[${MULTILIB_USEDEP}] ) ) opencl? ( app-admin/eselect-opencl @@ -141,7 +141,7 @@ DEPEND="${RDEPEND} llvm? ( - >=sys-devel/llvm-3.2[${MULTILIB_USEDEP}] + >=sys-devel/llvm-3.3[${MULTILIB_USEDEP}] r600-llvm-compiler? ( sys-devel/llvm[video_cards_radeon] ) video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] ) ) 1.612 media-libs/mesa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.612&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.612&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.611&r2=1.612 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v retrieving revision 1.611 retrieving revision 1.612 diff -u -r1.611 -r1.612 --- ChangeLog 21 Feb 2015 08:55:01 -0000 1.611 +++ ChangeLog 21 Feb 2015 19:41:13 -0000 1.612 @@ -1,6 +1,9 @@ # 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.611 2015/02/21 08:55:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.612 2015/02/21 19:41:13 mattst88 Exp $ + + 21 Feb 2015; Matt Turner <[email protected]> mesa-10.0.4.ebuild: + Bump llvm requirement from 3.2 to 3.3, bug 506180. 21 Feb 2015; Agostino Sarubbo <[email protected]> mesa-10.3.7-r1.ebuild: Stable for ppc64, wrt bug #530652
