diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-19 05:30:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-19 05:33:56 +0100 |
commit | 0a88e5d44f30d9a24afa7fcf77cbcea97a0c1609 (patch) | |
tree | 78342cf209bef7297ab6873898847646526ee082 /dev-python/pypy3-exe | |
parent | dev-python/pypy-exe: Fix building w/ USE=-low-memory (diff) | |
download | gentoo-0a88e5d44f30d9a24afa7fcf77cbcea97a0c1609.tar.gz gentoo-0a88e5d44f30d9a24afa7fcf77cbcea97a0c1609.tar.bz2 gentoo-0a88e5d44f30d9a24afa7fcf77cbcea97a0c1609.zip |
dev-python/pypy3-exe: Fix building w/ USE=-low-memory
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy3-exe')
-rw-r--r-- | dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild index baed59372e8d..0a9bf2e35e8c 100644 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild +++ b/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild @@ -59,7 +59,7 @@ pkg_setup() { check_env # unset to allow forcing pypy below :) - 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; } |