dev-libs/maris: fix calling distutils-r1_src_prepare in src_configure #583078
authorNaohiro Aota <naota@gentoo.org>
Thu, 19 May 2016 07:20:32 +0000 (16:20 +0900)
committerNaohiro Aota <naota@gentoo.org>
Thu, 19 May 2016 07:20:32 +0000 (16:20 +0900)
Package-Manager: portage-2.2.28

dev-libs/marisa/marisa-0.2.4.ebuild

index e1e0cdbb7686ab5fc125f34ca060b951a9a4b0a2..dc79664ed33f845ea5455bd6dcf7490049f2d662 100644 (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
 }