From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC41A138334 for ; Fri, 29 Nov 2019 08:17:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04595E0958; Fri, 29 Nov 2019 08:17:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E11FEE0958 for ; Fri, 29 Nov 2019 08:17:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 942E034D57E for ; Fri, 29 Nov 2019 08:17:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6C398C7 for ; Fri, 29 Nov 2019 08:17:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1575015273.bd5c48004f27c0eb2ae1fa2c977bb8da0fd73deb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/apbs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/apbs/apbs-1.4.1-r2.ebuild X-VCS-Directories: sci-chemistry/apbs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bd5c48004f27c0eb2ae1fa2c977bb8da0fd73deb X-VCS-Branch: master Date: Fri, 29 Nov 2019 08:17:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 85935111-f02d-423e-8cba-e589f42d353a X-Archives-Hash: 35db076962543f2a1f71087748691fb2 commit: bd5c48004f27c0eb2ae1fa2c977bb8da0fd73deb Author: Michał Górny gentoo org> AuthorDate: Thu Nov 28 17:30:03 2019 +0000 Commit: Michał Górny gentoo 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 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"