diff options
-rw-r--r-- | media-libs/mesa/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-10.1.1.ebuild | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 8d5e88b707ff..e5aa46b39179 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -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 <mgorny@gentoo.org> mesa-10.1.1.ebuild: + Restore libxml2 dep that was removed prematurely, bug #509066. *mesa-10.1.1 (28 Apr 2014) diff --git a/media-libs/mesa/mesa-10.1.1.ebuild b/media-libs/mesa/mesa-10.1.1.ebuild index 14a8090aa84b..bfbc2e419dc4 100644 --- a/media-libs/mesa/mesa-10.1.1.ebuild +++ b/media-libs/mesa/mesa-10.1.1.ebuild @@ -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 @@ DEPEND="${RDEPEND} >=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} |