projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7da130
)
dev-python/pypy-exe: Fix building w/ USE=-low-memory
author
Michał Górny
<mgorny@gentoo.org>
Sun, 19 Jan 2020 04:28:17 +0000
(
05:28
+0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 19 Jan 2020 04:33:55 +0000
(
05:33
+0100)
Closes: https://bugs.gentoo.org/705796
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
b/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
index 520cf4abddcc506aa69adcd9a0a8c88566c76c65..14e76e65ff5c4edb2285fef7c5b1d91d83260745 100644
(file)
--- a/
dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
+++ b/
dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
@@
-70,7
+70,7
@@
pkg_setup() {
if [[ ${MERGE_TYPE} != binary ]]; then
check_env
- use low-memory &&
local
EPYTHON=
+ use low-memory && EPYTHON=
if [[ ! ${EPYTHON} || ${EPYTHON} == pypy ]] &&
{ has_version -b dev-python/pypy ||
has_version -b dev-python/pypy-bin; }