From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E3A11138247 for ; Sat, 9 Nov 2013 09:10:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B0F0E09A9; Sat, 9 Nov 2013 09:10:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 152D0E09A9 for ; Sat, 9 Nov 2013 09:10:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 299F933F213 for ; Sat, 9 Nov 2013 09:10:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B3663E545C for ; Sat, 9 Nov 2013 09:10:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1383988238.ada42067e0786dc790140de3a64a49c70e1a8c99.mgorny@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-proto/xcb-proto/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-proto/xcb-proto/xcb-proto-9999.ebuild X-VCS-Directories: x11-proto/xcb-proto/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ada42067e0786dc790140de3a64a49c70e1a8c99 X-VCS-Branch: master Date: Sat, 9 Nov 2013 09:10:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 594f565f-0e18-46b5-9e0c-b095e3012c58 X-Archives-Hash: 86beb8ec8f1ace20c2a9feb3c6888a1e commit: ada42067e0786dc790140de3a64a49c70e1a8c99 Author: Michał Górny gentoo org> AuthorDate: Sat Nov 9 09:10:38 2013 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Nov 9 09:10:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=ada42067 x11-proto/xcb-proto: Do a parallel Python configure. Package-Manager: portage-2.2.7 RepoMan-Options: --force --- x11-proto/xcb-proto/xcb-proto-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-proto/xcb-proto/xcb-proto-9999.ebuild b/x11-proto/xcb-proto/xcb-proto-9999.ebuild index daed605..e5b0e9b 100644 --- a/x11-proto/xcb-proto/xcb-proto-9999.ebuild +++ b/x11-proto/xcb-proto/xcb-proto-9999.ebuild @@ -26,7 +26,7 @@ src_configure() { python_export_best xorg-2_src_configure #Note: multilib is not supported with python, therefore use only one ABI - python_foreach_impl autotools-utils_src_configure + python_parallel_foreach_impl autotools-utils_src_configure } src_compile() {