mattst88 15/01/13 22:47:43 Modified: mesa-10.4.2.ebuild ChangeLog Log: Require libelf for USE=opencl, bug 536456. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.2 media-libs/mesa/mesa-10.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.4.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.4.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.4.2.ebuild?r1=1.1&r2=1.2 Index: mesa-10.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mesa-10.4.2.ebuild 12 Jan 2015 18:30:27 -0000 1.1 +++ mesa-10.4.2.ebuild 13 Jan 2015 22:47:43 -0000 1.2 @@ -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.4.2.ebuild,v 1.1 2015/01/12 18:30:27 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.2.ebuild,v 1.2 2015/01/13 22:47:43 mattst88 Exp $ EAPI=5 @@ -126,6 +126,10 @@ opencl? ( app-admin/eselect-opencl dev-libs/libclc + || ( + >=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}] + >=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}] + ) ) openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] ) vaapi? ( >=x11-libs/libva-0.35.0:=[${MULTILIB_USEDEP}] ) 1.596 media-libs/mesa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.596&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.596&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.595&r2=1.596 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v retrieving revision 1.595 retrieving revision 1.596 diff -u -r1.595 -r1.596 --- ChangeLog 12 Jan 2015 18:30:27 -0000 1.595 +++ ChangeLog 13 Jan 2015 22:47:43 -0000 1.596 @@ -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.595 2015/01/12 18:30:27 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.596 2015/01/13 22:47:43 mattst88 Exp $ + + 13 Jan 2015; Matt Turner <matts...@gentoo.org> mesa-10.4.2.ebuild: + Require libelf for USE=opencl, bug 536456. *mesa-10.3.7 (12 Jan 2015) *mesa-10.4.2 (12 Jan 2015)