mgorny 14/04/29 17:31:38 Modified: mesa-10.1.1.ebuild ChangeLog Log: Restore libxml2 dep that was removed prematurely, bug #509066. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild?r1=1.1&r2=1.2 Index: mesa-10.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mesa-10.1.1.ebuild 28 Apr 2014 22:10:44 -0000 1.1 +++ mesa-10.1.1.ebuild 29 Apr 2014 17:31:38 -0000 1.2 @@ -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.1 2014/04/28 22:10:44 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild,v 1.2 2014/04/29 17:31:38 mgorny Exp $ EAPI=5 @@ -162,8 +162,13 @@ >=x11-proto/xextproto-7.0.99.1[${MULTILIB_USEDEP}] x11-proto/xf86driproto[${MULTILIB_USEDEP}] x11-proto/xf86vidmodeproto[${MULTILIB_USEDEP}] + $(python_gen_any_dep 'dev-libs/libxml2[python,${PYTHON_USEDEP}]') " +python_check_deps() { + has_version --host-root "dev-libs/libxml2[python,${PYTHON_USEDEP}]" +} + S="${WORKDIR}/${MY_P}" EGIT_CHECKOUT_DIR=${S} 1.555 media-libs/mesa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.555&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.555&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.554&r2=1.555 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v retrieving revision 1.554 retrieving revision 1.555 diff -u -r1.554 -r1.555 --- ChangeLog 28 Apr 2014 22:10:44 -0000 1.554 +++ ChangeLog 29 Apr 2014 17:31:38 -0000 1.555 @@ -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.554 2014/04/28 22:10:44 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.555 2014/04/29 17:31:38 mgorny Exp $ + + 29 Apr 2014; Michał Górny <[email protected]> mesa-10.1.1.ebuild: + Restore libxml2 dep that was removed prematurely, bug #509066. *mesa-10.1.1 (28 Apr 2014)
