dev-libs/maris: fix calling distutils-r1_src_prepare in src_configure #583078

Package-Manager: portage-2.2.28
This commit is contained in:
Naohiro Aota
2016-05-19 16:20:32 +09:00
parent 5ad8a578f1
commit 21a10cf3f4

View File

@@ -59,7 +59,7 @@ src_configure() {
if use python; then
pushd bindings/python || die
distutils-r1_src_prepare
distutils-r1_src_configure
popd || die
fi
}