commit: bd5c48004f27c0eb2ae1fa2c977bb8da0fd73deb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 17:30:03 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 08:14:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5c4800
sci-chemistry/apbs: python_export_best → python_setup
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-chemistry/apbs/apbs-1.4.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild
b/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild
index b3c4f192894..88910ddde99 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"