mgorny 14/05/01 09:41:26 Modified: mesa-10.1.1.ebuild ChangeLog Log: Remove --enable-llvm-shared-libs since the switch is broken in this version and causes shared linking to be disabled. In fact, the default is for shared linking to be enabled, so removing the switch leaves it that way. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 media-libs/mesa/mesa-10.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild?r1=1.2&r2=1.3 Index: mesa-10.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mesa-10.1.1.ebuild 29 Apr 2014 17:31:38 -0000 1.2 +++ mesa-10.1.1.ebuild 1 May 2014 09:41:26 -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.1.1.ebuild,v 1.2 2014/04/29 17:31:38 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild,v 1.3 2014/05/01 09:41:26 mgorny Exp $ EAPI=5 @@ -317,7 +317,6 @@ $(use_enable nptl glx-tls) \ $(use_enable osmesa) \ $(use_enable !pic asm) \ - --enable-llvm-shared-libs \ --with-dri-drivers=${DRI_DRIVERS} \ --with-gallium-drivers=${GALLIUM_DRIVERS} \ PYTHON2="${PYTHON}" \ 1.556 media-libs/mesa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.556&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.556&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.555&r2=1.556 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v retrieving revision 1.555 retrieving revision 1.556 diff -u -r1.555 -r1.556 --- ChangeLog 29 Apr 2014 17:31:38 -0000 1.555 +++ ChangeLog 1 May 2014 09:41:26 -0000 1.556 @@ -1,6 +1,11 @@ # 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.555 2014/04/29 17:31:38 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.556 2014/05/01 09:41:26 mgorny Exp $ + + 01 May 2014; Michał Górny <mgo...@gentoo.org> mesa-10.1.1.ebuild: + Remove --enable-llvm-shared-libs since the switch is broken in this version + and causes shared linking to be disabled. In fact, the default is for shared + linking to be enabled, so removing the switch leaves it that way. 29 Apr 2014; Michał Górny <mgo...@gentoo.org> mesa-10.1.1.ebuild: Restore libxml2 dep that was removed prematurely, bug #509066.