Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/
Date: Sun, 31 Jul 2011 16:07:10
Message-Id: e47a0709444522cad3a83b9279ca860b85f19033.mattst88@gentoo
1 commit: e47a0709444522cad3a83b9279ca860b85f19033
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 31 16:06:05 2011 +0000
4 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
5 CommitDate: Sun Jul 31 16:06:05 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=e47a0709
7
8 media-libs/mesa: move libxml2 from RDEPEND to DEPEND
9
10 Bug 376015. (Maybe it should only be in DEPEND based on conditional doc
11 generation?)
12
13 Signed-off-by: Matt Turner <mattst88 <AT> gmail.com>
14
15 ---
16 media-libs/mesa/mesa-9999.ebuild | 2 +-
17 1 files changed, 1 insertions(+), 1 deletions(-)
18
19 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
20 index f2624db..7e447a1 100644
21 --- a/media-libs/mesa/mesa-9999.ebuild
22 +++ b/media-libs/mesa/mesa-9999.ebuild
23 @@ -63,7 +63,6 @@ RDEPEND="${EXTERNAL_DEPEND}
24 gallium? ( app-admin/eselect-mesa )
25 >=app-admin/eselect-opengl-1.2.2
26 dev-libs/expat
27 - dev-libs/libxml2[python]
28 x11-libs/libICE
29 >=x11-libs/libX11-1.3.99.901
30 x11-libs/libXdamage
31 @@ -95,6 +94,7 @@ done
32
33 DEPEND="${RDEPEND}
34 =dev-lang/python-2*
35 + dev-libs/libxml2[python]
36 dev-util/pkgconfig
37 sys-devel/bison
38 sys-devel/flex