commit: d25cf62e7b0306afba5a9020f4c14c0c7bde2951
Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Thu Mar 27 18:49:48 2014 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 27 18:49:48 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=d25cf62e
media-libs/mesa: Drop libxml2 dependency.
Replaced upstream in 2de70fe23 with python's built-in ElementTree.
---
media-libs/mesa/mesa-9999.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index a5f8fc0..d9f27a3 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -165,13 +165,8 @@ 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}