diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-22 12:26:44 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-22 12:26:44 +0200 |
commit | e6baf15ca118e171c7d63041fb0a38625286a76b (patch) | |
tree | 70cab7a4ceae114c83c661845bab2bf8ffc4a12d /sys-apps/kmod/kmod-21.ebuild | |
parent | app-text/bibus: Fix for gentoo specific paths and fix for lo-4 (diff) | |
download | gentoo-e6baf15ca118e171c7d63041fb0a38625286a76b.tar.gz gentoo-e6baf15ca118e171c7d63041fb0a38625286a76b.tar.bz2 gentoo-e6baf15ca118e171c7d63041fb0a38625286a76b.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps/kmod/kmod-21.ebuild')
-rw-r--r-- | sys-apps/kmod/kmod-21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/kmod/kmod-21.ebuild b/sys-apps/kmod/kmod-21.ebuild index b377fcb2f390..ee2b045a4bfd 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 } |