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-proto/xcb-proto/
Date: Sat, 09 Nov 2013 09:10:16
Message-Id: 1383988238.ada42067e0786dc790140de3a64a49c70e1a8c99.mgorny@gentoo
1 commit: ada42067e0786dc790140de3a64a49c70e1a8c99
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 9 09:10:38 2013 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 9 09:10:38 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=ada42067
7
8 x11-proto/xcb-proto: Do a parallel Python configure.
9
10 Package-Manager: portage-2.2.7
11 RepoMan-Options: --force
12
13 ---
14 x11-proto/xcb-proto/xcb-proto-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-proto/xcb-proto/xcb-proto-9999.ebuild b/x11-proto/xcb-proto/xcb-proto-9999.ebuild
18 index daed605..e5b0e9b 100644
19 --- a/x11-proto/xcb-proto/xcb-proto-9999.ebuild
20 +++ b/x11-proto/xcb-proto/xcb-proto-9999.ebuild
21 @@ -26,7 +26,7 @@ src_configure() {
22 python_export_best
23 xorg-2_src_configure
24 #Note: multilib is not supported with python, therefore use only one ABI
25 - python_foreach_impl autotools-utils_src_configure
26 + python_parallel_foreach_impl autotools-utils_src_configure
27 }
28
29 src_compile() {