commit: 358039449ec2faaaba55cf6638b145de75769c79
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 14:23:25 2014 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 29 14:23:25 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=35803944
x11-libs/libxcb: Fix finding Python when building in a root, bug #503228. Patch
by James Le Cuirot.
Package-Manager: portage-2.2.10
---
x11-libs/libxcb/libxcb-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/libxcb/libxcb-9999.ebuild
b/x11-libs/libxcb/libxcb-9999.ebuild
index 0edfff4..de69d88 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -30,7 +30,7 @@ DEPEND="${RDEPEND}
">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},\${PYTHON_USEDEP}]")"
python_check_deps() {
- has_version
">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
+ has_version --host-root
">=x11-proto/xcb-proto-1.10[${MULTILIB_USEDEP},${PYTHON_USEDEP}]"
}
pkg_setup() {