Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/apbs/
Date: Fri, 29 Nov 2019 08:17:10
Message-Id: 1575015273.bd5c48004f27c0eb2ae1fa2c977bb8da0fd73deb.mgorny@gentoo
1 commit: bd5c48004f27c0eb2ae1fa2c977bb8da0fd73deb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 28 17:30:03 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 08:14:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5c4800
7
8 sci-chemistry/apbs: python_export_best → python_setup
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-chemistry/apbs/apbs-1.4.1-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild b/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild
16 index b3c4f192894..88910ddde99 100644
17 --- a/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild
18 +++ b/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild
19 @@ -106,7 +106,7 @@ src_compile(){
20 }
21
22 src_test() {
23 - python_export_best
24 + python_setup
25 cd tests || die
26 LD_LIBRARY_PATH="${S}"/lib "${PYTHON}" apbs_tester.py -l log || die
27 grep -q 'FAILED' log && die "Tests failed"