summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-19 05:30:17 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-19 05:33:56 +0100
commit0a88e5d44f30d9a24afa7fcf77cbcea97a0c1609 (patch)
tree78342cf209bef7297ab6873898847646526ee082 /dev-python/pypy3-exe
parentdev-python/pypy-exe: Fix building w/ USE=-low-memory (diff)
downloadgentoo-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.ebuild2
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; }