Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/
Date: Tue, 29 Jul 2014 14:23:28
Message-Id: 1406643805.358039449ec2faaaba55cf6638b145de75769c79.mgorny@gentoo
1 commit: 358039449ec2faaaba55cf6638b145de75769c79
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 29 14:23:25 2014 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 29 14:23:25 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=35803944
7
8 x11-libs/libxcb: Fix finding Python when building in a root, bug #503228. Patch by James Le Cuirot.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 x11-libs/libxcb/libxcb-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-libs/libxcb/libxcb-9999.ebuild b/x11-libs/libxcb/libxcb-9999.ebuild
17 index 0edfff4..de69d88 100644
18 --- a/x11-libs/libxcb/libxcb-9999.ebuild
19 +++ b/x11-libs/libxcb/libxcb-9999.ebuild
20 @@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
21 ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
22
23 python_check_deps() {
24 - has_version ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
25 + has_version --host-root ">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
26 }
27
28 pkg_setup() {