Parallel functions in python eclasses are deprecated
configure.in is deprecated
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=555212
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec@gentoo.org>
# https://bugs.gentoo.org/show_bug.cgi?id=518728
epatch "${FILESDIR}"/${PN}-1.1.28-AC_PATH_TOOL.patch
+ mv configure.{in,ac} || die
+
eautoreconf
# If eautoreconf'd with new autoconf, then epunt_cxx is not necessary
# and it is propably otherwise too if upstream generated with new
libxslt_configure --without-python # build python bindings separately
if multilib_is_native_abi && use python; then
- python_parallel_foreach_impl libxslt_py_configure
+ python_foreach_impl libxslt_py_configure
fi
}