mattst88 15/01/13 22:49:58 Modified: mesa-10.4.2.ebuild ChangeLog Log: Drop usage of --with-opencl-libdir, bug 536458. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.3 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.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.4.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.4.2.ebuild?r1=1.2&r2=1.3 Index: mesa-10.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mesa-10.4.2.ebuild 13 Jan 2015 22:47:43 -0000 1.2 +++ mesa-10.4.2.ebuild 13 Jan 2015 22:49:58 -0000 1.3 @@ -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.2 2015/01/13 22:47:43 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.2.ebuild,v 1.3 2015/01/13 22:49:58 mattst88 Exp $ EAPI=5 @@ -291,7 +291,6 @@ if use opencl; then myconf+=" $(use_enable opencl) - --with-opencl-libdir="${EPREFIX}/usr/$(get_libdir)/OpenCL/vendors/mesa" --with-clang-libdir="${EPREFIX}/usr/lib" " fi 1.597 media-libs/mesa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.597&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.597&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.596&r2=1.597 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v retrieving revision 1.596 retrieving revision 1.597 diff -u -r1.596 -r1.597 --- ChangeLog 13 Jan 2015 22:47:43 -0000 1.596 +++ ChangeLog 13 Jan 2015 22:49:58 -0000 1.597 @@ -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.596 2015/01/13 22:47:43 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.597 2015/01/13 22:49:58 mattst88 Exp $ + + 13 Jan 2015; Matt Turner <matts...@gentoo.org> mesa-10.4.2.ebuild: + Drop usage of --with-opencl-libdir, bug 536458. 13 Jan 2015; Matt Turner <matts...@gentoo.org> mesa-10.4.2.ebuild: Require libelf for USE=opencl, bug 536456.