Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Thu, 27 Mar 2014 18:49:34
Message-Id: 1395946188.d25cf62e7b0306afba5a9020f4c14c0c7bde2951.mattst88@gentoo
1 commit: d25cf62e7b0306afba5a9020f4c14c0c7bde2951
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 27 18:49:48 2014 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 27 18:49:48 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=d25cf62e
7
8 media-libs/mesa: Drop libxml2 dependency.
9
10 Replaced upstream in 2de70fe23 with python's built-in ElementTree.
11
12 ---
13 media-libs/mesa/mesa-9999.ebuild | 5 -----
14 1 file changed, 5 deletions(-)
15
16 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
17 index a5f8fc0..d9f27a3 100644
18 --- a/media-libs/mesa/mesa-9999.ebuild
19 +++ b/media-libs/mesa/mesa-9999.ebuild
20 @@ -165,13 +165,8 @@ DEPEND="${RDEPEND}
21 >=x11-proto/xextproto-7.0.99.1[${MULTILIB_USEDEP}]
22 x11-proto/xf86driproto[${MULTILIB_USEDEP}]
23 x11-proto/xf86vidmodeproto[${MULTILIB_USEDEP}]
24 - $(python_gen_any_dep 'dev-libs/libxml2[python,${PYTHON_USEDEP}]')
25 "
26
27 -python_check_deps() {
28 - has_version --host-root "dev-libs/libxml2[python,${PYTHON_USEDEP}]"
29 -}
30 -
31 S="${WORKDIR}/${MY_P}"
32 EGIT_CHECKOUT_DIR=${S}