aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-02-28 20:34:42 +0000
committerJustin Lecher <jlec@gentoo.org>2017-02-28 20:55:03 +0000
commit077fae0ace17da163057864a3534b996ab6a6593 (patch)
treeb84c168dbeed2b8b68321f378075cf26d5d23e92
parentsci-astronomy/zebra: QA fixes (diff)
downloadsci-077fae0ace17da163057864a3534b996ab6a6593.tar.gz
sci-077fae0ace17da163057864a3534b996ab6a6593.tar.bz2
sci-077fae0ace17da163057864a3534b996ab6a6593.zip
sci-astronomy/bpz: QA fixes
Bump to EAPI=6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--sci-astronomy/bpz/bpz-1.99.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-astronomy/bpz/bpz-1.99.3.ebuild b/sci-astronomy/bpz/bpz-1.99.3.ebuild
index 7910c1abe..3af5e382e 100644
--- a/sci-astronomy/bpz/bpz-1.99.3.ebuild
+++ b/sci-astronomy/bpz/bpz-1.99.3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 )
@@ -34,7 +34,7 @@ src_prepare() {
}
src_test() {
- cd test
+ cd test || die
export BPZPATH="${S}" PYTHONPATH="${S}"
${EPYTHON} ../bpz.py UDFtest.cat -INTERP 2 || die
${EPYTHON} ../bpzfinalize.py UDFtest || die