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: Sun, 26 Jan 2014 02:11:34
Message-Id: 1390702305.0f9479d7cbeb09770ce9286aed123f094124fb99.mattst88@gentoo
1 commit: 0f9479d7cbeb09770ce9286aed123f094124fb99
2 Author: James Le Cuirot <chewi <AT> aura-online <DOT> co <DOT> uk>
3 AuthorDate: Sun Jan 26 02:11:45 2014 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 02:11:45 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=0f9479d7
7
8 media-libs/mesa: Check for libxml2 dependency using --host-root.
9
10 Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=499234
11
12 ---
13 media-libs/mesa/mesa-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
17 index 78535b2..e05e132 100644
18 --- a/media-libs/mesa/mesa-9999.ebuild
19 +++ b/media-libs/mesa/mesa-9999.ebuild
20 @@ -146,7 +146,7 @@ DEPEND="${RDEPEND}
21 "
22
23 python_check_deps() {
24 - has_version "dev-libs/libxml2[python,${PYTHON_USEDEP}]"
25 + has_version --host-root "dev-libs/libxml2[python,${PYTHON_USEDEP}]"
26 }
27
28 S="${WORKDIR}/${MY_P}"