From: Michał Górny Date: Thu, 28 Nov 2019 17:30:03 +0000 (+0100) Subject: sci-chemistry/apbs: python_export_best → python_setup X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bd5c48004f27c0eb2ae1fa2c977bb8da0fd73deb;p=gentoo.git sci-chemistry/apbs: python_export_best → python_setup Signed-off-by: Michał Górny --- diff --git a/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild b/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild index b3c4f192894b..88910ddde996 100644 --- a/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild +++ b/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild @@ -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"