summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-28 18:30:03 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-29 09:14:33 +0100
commitbd5c48004f27c0eb2ae1fa2c977bb8da0fd73deb (patch)
tree75b3baf825e41703fd3334ad02d2ea09e94ddff1
parentgnome-extra/nautilus-dropbox: python_export_best → python_setup (diff)
downloadgentoo-bd5c48004f27c0eb2ae1fa2c977bb8da0fd73deb.tar.gz
gentoo-bd5c48004f27c0eb2ae1fa2c977bb8da0fd73deb.tar.bz2
gentoo-bd5c48004f27c0eb2ae1fa2c977bb8da0fd73deb.zip
sci-chemistry/apbs: python_export_best → python_setup
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--sci-chemistry/apbs/apbs-1.4.1-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
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"