From bd5c48004f27c0eb2ae1fa2c977bb8da0fd73deb Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 28 Nov 2019 18:30:03 +0100 Subject: sci-chemistry/apbs: python_export_best → python_setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sci-chemistry/apbs/apbs-1.4.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-chemistry') 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" -- cgit v1.2.3-65-gdbad