projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e647b47
)
dev-python/pypy-bin: Fix reenabling byte-compilation for tests
author
Michał Górny
<mgorny@gentoo.org>
Wed, 1 Aug 2018 12:18:34 +0000
(14:18 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 1 Aug 2018 12:24:13 +0000
(14:24 +0200)
Bug: https://bugs.gentoo.org/637208
dev-python/pypy-bin/pypy-bin-6.0.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pypy-bin/pypy-bin-6.0.0.ebuild
b/dev-python/pypy-bin/pypy-bin-6.0.0.ebuild
index ef34c44ba08829a6810b7265990ec09779ad6b33..312b592c2706413098a41c0b386bcda0371b021d 100644
(file)
--- a/
dev-python/pypy-bin/pypy-bin-6.0.0.ebuild
+++ b/
dev-python/pypy-bin/pypy-bin-6.0.0.ebuild
@@
-148,9
+148,9
@@
src_compile() {
src_test() {
# (unset)
- local -x PYTHONDONTWRITEBYTECODE
+ local -x PYTHONDONTWRITEBYTECODE
=
- ./pypy-c ./pypy/test_all.py --pypy=./pypy-c lib-python || die
+ ./pypy-c ./pypy/test_all.py --pypy=./pypy-c
-vv
lib-python || die
}
src_install() {