commit:     e6baf15ca118e171c7d63041fb0a38625286a76b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 10:26:44 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 10:26:44 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6baf15c

Drop deprecated usage of parallel python eclass functions

Python eclasses dropped parallel execution support some while ago.
python_parallel_foreach_impl was an alias for python_foreach_impl for some
time already.

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-text/bibus/bibus-1.5.2-r2.ebuild                                  | 4 ++--
 dev-libs/libgamin/libgamin-0.1.10-r5.ebuild                           | 2 +-
 dev-python/PyQt4/PyQt4-4.11.1.ebuild                                  | 2 +-
 dev-python/cgkit/cgkit-2.0.0.ebuild                                   | 2 +-
 dev-python/htmlgen/htmlgen-2.2.2-r1.ebuild                            | 2 +-
 dev-python/pSQL/pSQL-1.2.0.ebuild                                     | 2 +-
 dev-python/pSQL/pSQL-1.2.1.ebuild                                     | 2 +-
 dev-python/pygtkglext/pygtkglext-1.1.0-r1.ebuild                      | 2 +-
 dev-python/pyorbit/pyorbit-2.24.0-r1.ebuild                           | 2 +-
 dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild             | 2 +-
 dev-python/pythonmagick/pythonmagick-0.9.11.ebuild                    | 2 +-
 dev-python/pythonmagick/pythonmagick-0.9.12.ebuild                    | 2 +-
 dev-python/pywebkitgtk/pywebkitgtk-1.1.8-r1.ebuild                    | 2 +-
 dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild                       | 2 +-
 net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild                          | 2 +-
 net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild                             | 2 +-
 net-libs/gupnp/gupnp-0.20.13.ebuild                                   | 2 +-
 net-libs/gupnp/gupnp-0.20.14.ebuild                                   | 2 +-
 sci-biology/last/last-299.ebuild                                      | 2 +-
 sci-chemistry/acpype/acpype-389.ebuild                                | 4 ++--
 sci-chemistry/parassign/parassign-20130522.ebuild                     | 2 +-
 sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26-r1.ebuild   | 2 +-
 sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26.ebuild      | 2 +-
 .../pymol-plugins-bni-tools/pymol-plugins-bni-tools-0.27.ebuild       | 4 ++--
 sci-chemistry/pymol-plugins-dssp/pymol-plugins-dssp-110430-r1.ebuild  | 4 ++--
 .../pymol-plugins-dynamics/pymol-plugins-dynamics-1.2.0.ebuild        | 4 ++--
 .../pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.4.ebuild        | 2 +-
 sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild  | 4 ++--
 sys-apps/kmod/kmod-20.ebuild                                          | 2 +-
 sys-apps/kmod/kmod-21.ebuild                                          | 2 +-
 sys-apps/kmod/kmod-9999.ebuild                                        | 2 +-
 sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild                             | 2 +-
 sys-libs/libcap-ng/libcap-ng-0.7.5.ebuild                             | 2 +-
 sys-libs/libcap-ng/libcap-ng-0.7.6.ebuild                             | 2 +-
 x11-proto/xcb-proto/xcb-proto-1.10.ebuild                             | 2 +-
 x11-proto/xcb-proto/xcb-proto-1.11.ebuild                             | 2 +-
 x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild                           | 2 +-
 x11-proto/xcb-proto/xcb-proto-1.9-r1.ebuild                           | 2 +-
 38 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/app-text/bibus/bibus-1.5.2-r2.ebuild 
b/app-text/bibus/bibus-1.5.2-r2.ebuild
index f4de2be..39df988 100644
--- a/app-text/bibus/bibus-1.5.2-r2.ebuild
+++ b/app-text/bibus/bibus-1.5.2-r2.ebuild
@@ -71,9 +71,9 @@ src_install() {
                        install install-doc-en
        }
        python_foreach_impl installation
-       python_parallel_foreach_impl python_optimize
+       python_foreach_impl python_optimize
 
-       python_parallel_foreach_impl python_newscript bibusStart.py ${PN}
+       python_foreach_impl python_newscript bibusStart.py ${PN}
 }
 
 pkg_postinst() {

diff --git a/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild 
b/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild
index f7f5a6b..0550f72 100644
--- a/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild
+++ b/dev-libs/libgamin/libgamin-0.1.10-r5.ebuild
@@ -95,7 +95,7 @@ multilib_src_configure() {
                        econf "${myconf[@]}" --with-python
                }
 
-               python_parallel_foreach_impl python_configure
+               python_foreach_impl python_configure
        fi
 }
 

diff --git a/dev-python/PyQt4/PyQt4-4.11.1.ebuild 
b/dev-python/PyQt4/PyQt4-4.11.1.ebuild
index 30528c8..5fa3be8 100644
--- a/dev-python/PyQt4/PyQt4-4.11.1.ebuild
+++ b/dev-python/PyQt4/PyQt4-4.11.1.ebuild
@@ -176,7 +176,7 @@ src_configure() {
                        popd > /dev/null || return
                fi
        }
-       python_parallel_foreach_impl run_in_build_dir configuration
+       python_foreach_impl run_in_build_dir configuration
 }
 
 src_compile() {

diff --git a/dev-python/cgkit/cgkit-2.0.0.ebuild 
b/dev-python/cgkit/cgkit-2.0.0.ebuild
index 06d206e..3953191 100644
--- a/dev-python/cgkit/cgkit-2.0.0.ebuild
+++ b/dev-python/cgkit/cgkit-2.0.0.ebuild
@@ -42,7 +42,7 @@ cgkit_unpack() {
 }
 
 src_unpack() {
-       python_parallel_foreach_impl cgkit_unpack
+       python_foreach_impl cgkit_unpack
        mkdir "${S}" || die
 }
 

diff --git a/dev-python/htmlgen/htmlgen-2.2.2-r1.ebuild 
b/dev-python/htmlgen/htmlgen-2.2.2-r1.ebuild
index c58dbf1..b8d8648 100644
--- a/dev-python/htmlgen/htmlgen-2.2.2-r1.ebuild
+++ b/dev-python/htmlgen/htmlgen-2.2.2-r1.ebuild
@@ -43,7 +43,7 @@ src_install() {
        mkdir htmlgen || die
        touch htmlgen/__init__.py || die
        ln ${files} htmlgen/ || die
-       python_parallel_foreach_impl python_domodule htmlgen
+       python_foreach_impl python_domodule htmlgen
 
        if use doc; then
                # fix the image locations in the docs

diff --git a/dev-python/pSQL/pSQL-1.2.0.ebuild 
b/dev-python/pSQL/pSQL-1.2.0.ebuild
index 674b2ab..b5f8528 100644
--- a/dev-python/pSQL/pSQL-1.2.0.ebuild
+++ b/dev-python/pSQL/pSQL-1.2.0.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
 DEPEND=""
 
 src_install() {
-       python_parallel_foreach_impl python_domodule pSQL.py
+       python_foreach_impl python_domodule pSQL.py
 
        dodoc *pSQL
 }

diff --git a/dev-python/pSQL/pSQL-1.2.1.ebuild 
b/dev-python/pSQL/pSQL-1.2.1.ebuild
index 674b2ab..b5f8528 100644
--- a/dev-python/pSQL/pSQL-1.2.1.ebuild
+++ b/dev-python/pSQL/pSQL-1.2.1.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
 DEPEND=""
 
 src_install() {
-       python_parallel_foreach_impl python_domodule pSQL.py
+       python_foreach_impl python_domodule pSQL.py
 
        dodoc *pSQL
 }

diff --git a/dev-python/pygtkglext/pygtkglext-1.1.0-r1.ebuild 
b/dev-python/pygtkglext/pygtkglext-1.1.0-r1.ebuild
index 775d1b1..8169438 100644
--- a/dev-python/pygtkglext/pygtkglext-1.1.0-r1.ebuild
+++ b/dev-python/pygtkglext/pygtkglext-1.1.0-r1.ebuild
@@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
 src_configure() {
-       python_parallel_foreach_impl autotools-utils_src_configure
+       python_foreach_impl autotools-utils_src_configure
 }
 
 src_compile() {

diff --git a/dev-python/pyorbit/pyorbit-2.24.0-r1.ebuild 
b/dev-python/pyorbit/pyorbit-2.24.0-r1.ebuild
index 526d31b..993adb0 100644
--- a/dev-python/pyorbit/pyorbit-2.24.0-r1.ebuild
+++ b/dev-python/pyorbit/pyorbit-2.24.0-r1.ebuild
@@ -32,7 +32,7 @@ src_prepare() {
 }
 
 src_configure() {
-       python_parallel_foreach_impl run_in_build_dir gnome2_src_configure
+       python_foreach_impl run_in_build_dir gnome2_src_configure
 }
 
 src_compile() {

diff --git a/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild 
b/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild
index c9efd1d..6da0020 100644
--- a/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild
+++ b/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild
@@ -34,7 +34,7 @@ PATCHES=(
 )
 
 src_configure() {
-       python_parallel_foreach_impl autotools-utils_src_configure
+       python_foreach_impl autotools-utils_src_configure
 }
 
 src_compile() {

diff --git a/dev-python/pythonmagick/pythonmagick-0.9.11.ebuild 
b/dev-python/pythonmagick/pythonmagick-0.9.11.ebuild
index dfa2c02..4e849ab 100644
--- a/dev-python/pythonmagick/pythonmagick-0.9.11.ebuild
+++ b/dev-python/pythonmagick/pythonmagick-0.9.11.ebuild
@@ -49,7 +49,7 @@ src_configure() {
                autotools-utils_src_configure 
--with-boost-python=boost_python-${EPYTHON#python}
        }
 
-       python_parallel_foreach_impl python_configure
+       python_foreach_impl python_configure
 }
 
 src_compile() {

diff --git a/dev-python/pythonmagick/pythonmagick-0.9.12.ebuild 
b/dev-python/pythonmagick/pythonmagick-0.9.12.ebuild
index 5f44648..2d36ca6 100644
--- a/dev-python/pythonmagick/pythonmagick-0.9.12.ebuild
+++ b/dev-python/pythonmagick/pythonmagick-0.9.12.ebuild
@@ -48,7 +48,7 @@ src_configure() {
                autotools-utils_src_configure 
--with-boost-python=boost_python-${EPYTHON#python}
        }
 
-       python_parallel_foreach_impl python_configure
+       python_foreach_impl python_configure
 }
 
 src_compile() {

diff --git a/dev-python/pywebkitgtk/pywebkitgtk-1.1.8-r1.ebuild 
b/dev-python/pywebkitgtk/pywebkitgtk-1.1.8-r1.ebuild
index 4671681..34809a0 100644
--- a/dev-python/pywebkitgtk/pywebkitgtk-1.1.8-r1.ebuild
+++ b/dev-python/pywebkitgtk/pywebkitgtk-1.1.8-r1.ebuild
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}
 
 src_configure() {
        local myeconfargs=( --disable-static )
-       python_parallel_foreach_impl autotools-utils_src_configure
+       python_foreach_impl autotools-utils_src_configure
 }
 
 src_compile() {

diff --git a/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild 
b/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild
index 56bc8c9..014cd42 100644
--- a/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild
+++ b/dev-util/gprof2dot/gprof2dot-0_p20130517.ebuild
@@ -43,7 +43,7 @@ src_install() {
                doins ${PN}.py || die
                python_optimize || die
        }
-       python_parallel_foreach_impl abi_specific_install
+       python_foreach_impl abi_specific_install
 
        dodir /usr/bin || die
        _make_call_script /usr/bin/${PN} || die

diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild 
b/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild
index 66f9d29..2e91aa3 100644
--- a/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild
+++ b/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild
@@ -63,7 +63,7 @@ multilib_src_configure() {
                                --enable-python
                }
 
-               use python && python_parallel_foreach_impl python_configure
+               use python && python_foreach_impl python_configure
        fi
 }
 

diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild 
b/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild
index 6b565a6..ea10dce 100644
--- a/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild
+++ b/net-libs/gupnp-igd/gupnp-igd-0.2.4.ebuild
@@ -63,7 +63,7 @@ multilib_src_configure() {
                                --enable-python
                }
 
-               use python && python_parallel_foreach_impl python_configure
+               use python && python_foreach_impl python_configure
        fi
 }
 

diff --git a/net-libs/gupnp/gupnp-0.20.13.ebuild 
b/net-libs/gupnp/gupnp-0.20.13.ebuild
index b4a0b6d..27c85ac 100644
--- a/net-libs/gupnp/gupnp-0.20.13.ebuild
+++ b/net-libs/gupnp/gupnp-0.20.13.ebuild
@@ -72,5 +72,5 @@ multilib_src_install() {
 
 multilib_src_install_all() {
        einstalldocs
-       python_parallel_foreach_impl python_doscript tools/gupnp-binding-tool
+       python_foreach_impl python_doscript tools/gupnp-binding-tool
 }

diff --git a/net-libs/gupnp/gupnp-0.20.14.ebuild 
b/net-libs/gupnp/gupnp-0.20.14.ebuild
index 026c034..0f60ac7 100644
--- a/net-libs/gupnp/gupnp-0.20.14.ebuild
+++ b/net-libs/gupnp/gupnp-0.20.14.ebuild
@@ -73,5 +73,5 @@ multilib_src_install() {
 
 multilib_src_install_all() {
        einstalldocs
-       python_parallel_foreach_impl python_doscript tools/gupnp-binding-tool
+       python_foreach_impl python_doscript tools/gupnp-binding-tool
 }

diff --git a/sci-biology/last/last-299.ebuild b/sci-biology/last/last-299.ebuild
index 9d32fdf..97b5ac5 100644
--- a/sci-biology/last/last-299.ebuild
+++ b/sci-biology/last/last-299.ebuild
@@ -44,7 +44,7 @@ src_install() {
 
        cd scripts || die
        for i in *py; do
-               python_parallel_foreach_impl python_newscript ${i} ${i%.py}
+               python_foreach_impl python_newscript ${i} ${i%.py}
        done
        dobin *sh
 }

diff --git a/sci-chemistry/acpype/acpype-389.ebuild 
b/sci-chemistry/acpype/acpype-389.ebuild
index e525416..46cc979 100644
--- a/sci-chemistry/acpype/acpype-389.ebuild
+++ b/sci-chemistry/acpype/acpype-389.ebuild
@@ -31,8 +31,8 @@ src_prepare() {
 }
 
 src_install() {
-       python_parallel_foreach_impl python_newscript ${PN}.py ${PN}
-       python_parallel_foreach_impl python_newscript CcpnToAcpype.py 
CcpnToAcpype
+       python_foreach_impl python_newscript ${PN}.py ${PN}
+       python_foreach_impl python_newscript CcpnToAcpype.py CcpnToAcpype
        dodoc NOTE.txt README.txt
        insinto /usr/share/${PN}
        doins -r ffamber_additions test

diff --git a/sci-chemistry/parassign/parassign-20130522.ebuild 
b/sci-chemistry/parassign/parassign-20130522.ebuild
index 8ecbd00..6e6dc5d 100644
--- a/sci-chemistry/parassign/parassign-20130522.ebuild
+++ b/sci-chemistry/parassign/parassign-20130522.ebuild
@@ -56,7 +56,7 @@ src_compile() {
 }
 
 src_install() {
-       python_parallel_foreach_impl python_doscript code/* || die
+       python_foreach_impl python_doscript code/* || die
 
        dodoc PARAssign_Tutorial.pdf README
 

diff --git 
a/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26-r1.ebuild 
b/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26-r1.ebuild
index 819687b..6d3aac6 100644
--- a/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26-r1.ebuild
+++ b/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26-r1.ebuild
@@ -52,5 +52,5 @@ src_install() {
                python_domodule apbs_tools.py
                python_optimize
        }
-       python_parallel_foreach_impl installation
+       python_foreach_impl installation
 }

diff --git a/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26.ebuild 
b/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26.ebuild
index 5f4c1af..f943d5d 100644
--- a/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26.ebuild
+++ b/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26.ebuild
@@ -52,5 +52,5 @@ src_install() {
                python_domodule apbs_tools.py || die
                python_optimize
        }
-       python_parallel_foreach_impl installation
+       python_foreach_impl installation
 }

diff --git 
a/sci-chemistry/pymol-plugins-bni-tools/pymol-plugins-bni-tools-0.27.ebuild 
b/sci-chemistry/pymol-plugins-bni-tools/pymol-plugins-bni-tools-0.27.ebuild
index 8ade4b3..6a640e8 100644
--- a/sci-chemistry/pymol-plugins-bni-tools/pymol-plugins-bni-tools-0.27.ebuild
+++ b/sci-chemistry/pymol-plugins-bni-tools/pymol-plugins-bni-tools-0.27.ebuild
@@ -28,8 +28,8 @@ S="${WORKDIR}"
 
 src_install(){
        python_moduleinto pmg_tk/startup
-       python_parallel_foreach_impl python_domodule bni-tools.py
-       python_parallel_foreach_impl python_optimize
+       python_foreach_impl python_domodule bni-tools.py
+       python_foreach_impl python_optimize
        dodoc readme.txt
        dohtml ShortCommandDescription.html
 }

diff --git 
a/sci-chemistry/pymol-plugins-dssp/pymol-plugins-dssp-110430-r1.ebuild 
b/sci-chemistry/pymol-plugins-dssp/pymol-plugins-dssp-110430-r1.ebuild
index a27eea7..70fcd6c 100644
--- a/sci-chemistry/pymol-plugins-dssp/pymol-plugins-dssp-110430-r1.ebuild
+++ b/sci-chemistry/pymol-plugins-dssp/pymol-plugins-dssp-110430-r1.ebuild
@@ -34,6 +34,6 @@ src_prepare() {
 
 src_install() {
        python_moduleinto pmg_tk/startup
-       python_parallel_foreach_impl python_domodule ${P}.py
-       python_parallel_foreach_impl python_optimize
+       python_foreach_impl python_domodule ${P}.py
+       python_foreach_impl python_optimize
 }

diff --git 
a/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-1.2.0.ebuild 
b/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-1.2.0.ebuild
index 3959b0b..99eace3 100644
--- a/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-1.2.0.ebuild
+++ b/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-1.2.0.ebuild
@@ -38,6 +38,6 @@ src_prepare() {
 
 src_install() {
        python_moduleinto pmg_tk/startup
-       python_parallel_foreach_impl python_domodule dynamics_pymol_plugin.py
-       python_parallel_foreach_impl python_doscript pydynamics*
+       python_foreach_impl python_domodule dynamics_pymol_plugin.py
+       python_foreach_impl python_doscript pydynamics*
 }

diff --git 
a/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.4.ebuild 
b/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.4.ebuild
index 1111c61..50b876e 100644
--- a/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.4.ebuild
+++ b/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-2.0.4.ebuild
@@ -34,5 +34,5 @@ DOCS=( manual.odt )
 
 src_install() {
        python_moduleinto pmg_tk/startup
-       python_parallel_foreach_impl python_domodule pymol_plugin_dynamics.py
+       python_foreach_impl python_domodule pymol_plugin_dynamics.py
 }

diff --git 
a/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild 
b/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild
index d90a27f..503c2e8 100644
--- a/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild
+++ b/sci-chemistry/pymol-plugins-msms/pymol-plugins-msms-100415-r1.ebuild
@@ -37,6 +37,6 @@ src_prepare() {
 
 src_install() {
        python_moduleinto pmg_tk/startup
-       python_parallel_foreach_impl python_domodule ${P}.py
-       python_parallel_foreach_impl python_optimize
+       python_foreach_impl python_domodule ${P}.py
+       python_foreach_impl python_optimize
 }

diff --git a/sys-apps/kmod/kmod-20.ebuild b/sys-apps/kmod/kmod-20.ebuild
index 4e4fbd9..0c0b951 100644
--- a/sys-apps/kmod/kmod-20.ebuild
+++ b/sys-apps/kmod/kmod-20.ebuild
@@ -98,7 +98,7 @@ src_configure() {
        kmod_configure --disable-python
 
        if use python; then
-               python_parallel_foreach_impl kmod_configure --enable-python
+               python_foreach_impl kmod_configure --enable-python
        fi
 }
 

diff --git a/sys-apps/kmod/kmod-21.ebuild b/sys-apps/kmod/kmod-21.ebuild
index b377fcb..ee2b045 100644
--- a/sys-apps/kmod/kmod-21.ebuild
+++ b/sys-apps/kmod/kmod-21.ebuild
@@ -98,7 +98,7 @@ src_configure() {
        kmod_configure --disable-python
 
        if use python; then
-               python_parallel_foreach_impl kmod_configure --enable-python
+               python_foreach_impl kmod_configure --enable-python
        fi
 }
 

diff --git a/sys-apps/kmod/kmod-9999.ebuild b/sys-apps/kmod/kmod-9999.ebuild
index b377fcb..ee2b045 100644
--- a/sys-apps/kmod/kmod-9999.ebuild
+++ b/sys-apps/kmod/kmod-9999.ebuild
@@ -98,7 +98,7 @@ src_configure() {
        kmod_configure --disable-python
 
        if use python; then
-               python_parallel_foreach_impl kmod_configure --enable-python
+               python_foreach_impl kmod_configure --enable-python
        fi
 }
 

diff --git a/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild 
b/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild
index b5e04ed..642fdc2 100644
--- a/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild
+++ b/sys-libs/libcap-ng/libcap-ng-0.7.4.ebuild
@@ -41,7 +41,7 @@ src_configure() {
        autotools-utils_src_configure
 
        if use python; then
-               python_parallel_foreach_impl \
+               python_foreach_impl \
                        autotools-utils_src_configure --with-python
        fi
 }

diff --git a/sys-libs/libcap-ng/libcap-ng-0.7.5.ebuild 
b/sys-libs/libcap-ng/libcap-ng-0.7.5.ebuild
index b740c6a..8dcd469 100644
--- a/sys-libs/libcap-ng/libcap-ng-0.7.5.ebuild
+++ b/sys-libs/libcap-ng/libcap-ng-0.7.5.ebuild
@@ -42,7 +42,7 @@ src_configure() {
        autotools-utils_src_configure
 
        if use python; then
-               python_parallel_foreach_impl \
+               python_foreach_impl \
                        autotools-utils_src_configure --with-python
        fi
 }

diff --git a/sys-libs/libcap-ng/libcap-ng-0.7.6.ebuild 
b/sys-libs/libcap-ng/libcap-ng-0.7.6.ebuild
index a24e064..df1d0b4 100644
--- a/sys-libs/libcap-ng/libcap-ng-0.7.6.ebuild
+++ b/sys-libs/libcap-ng/libcap-ng-0.7.6.ebuild
@@ -42,7 +42,7 @@ src_configure() {
        autotools-utils_src_configure
 
        if use python; then
-               python_parallel_foreach_impl \
+               python_foreach_impl \
                        autotools-utils_src_configure --with-python
        fi
 }

diff --git a/x11-proto/xcb-proto/xcb-proto-1.10.ebuild 
b/x11-proto/xcb-proto/xcb-proto-1.10.ebuild
index ca4d7e0..f0ecc7a 100644
--- a/x11-proto/xcb-proto/xcb-proto-1.10.ebuild
+++ b/x11-proto/xcb-proto/xcb-proto-1.10.ebuild
@@ -33,7 +33,7 @@ multilib_src_configure() {
        autotools-utils_src_configure
 
        if multilib_is_native_abi; then
-               python_parallel_foreach_impl autotools-utils_src_configure
+               python_foreach_impl autotools-utils_src_configure
        fi
 }
 

diff --git a/x11-proto/xcb-proto/xcb-proto-1.11.ebuild 
b/x11-proto/xcb-proto/xcb-proto-1.11.ebuild
index ec6758a..780c0d6 100644
--- a/x11-proto/xcb-proto/xcb-proto-1.11.ebuild
+++ b/x11-proto/xcb-proto/xcb-proto-1.11.ebuild
@@ -33,7 +33,7 @@ multilib_src_configure() {
        autotools-utils_src_configure
 
        if multilib_is_native_abi; then
-               python_parallel_foreach_impl autotools-utils_src_configure
+               python_foreach_impl autotools-utils_src_configure
        fi
 }
 

diff --git a/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild 
b/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild
index 818f062..5239a6f 100644
--- a/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild
+++ b/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild
@@ -31,7 +31,7 @@ multilib_src_configure() {
        autotools-utils_src_configure
 
        if multilib_is_native_abi; then
-               python_parallel_foreach_impl autotools-utils_src_configure
+               python_foreach_impl autotools-utils_src_configure
        fi
 }
 

diff --git a/x11-proto/xcb-proto/xcb-proto-1.9-r1.ebuild 
b/x11-proto/xcb-proto/xcb-proto-1.9-r1.ebuild
index 627c706..308ca6d 100644
--- a/x11-proto/xcb-proto/xcb-proto-1.9-r1.ebuild
+++ b/x11-proto/xcb-proto/xcb-proto-1.9-r1.ebuild
@@ -40,7 +40,7 @@ multilib_src_configure() {
        autotools-utils_src_configure
 
        if multilib_is_native_abi; then
-               python_parallel_foreach_impl autotools-utils_src_configure
+               python_foreach_impl autotools-utils_src_configure
        fi
 }
 

Reply via email to