sci-chemistry/apbs: python_export_best → python_setup
authorMichał Górny <mgorny@gentoo.org>
Thu, 28 Nov 2019 17:30:03 +0000 (18:30 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 29 Nov 2019 08:14:33 +0000 (09:14 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-chemistry/apbs/apbs-1.4.1-r2.ebuild

index b3c4f192894bd945f042dca541b77c7d7790c9c6..88910ddde9967f75872569a45aec0edaadd1a13e 100644 (file)
@@ -106,7 +106,7 @@ src_compile(){
 }
 
 src_test() {
-       python_export_best
+       python_setup
        cd tests || die
        LD_LIBRARY_PATH="${S}"/lib "${PYTHON}" apbs_tester.py -l log || die
        grep -q 'FAILED' log && die "Tests failed"