dev-python/pypy-exe: Fix building w/ USE=-low-memory
authorMichał Górny <mgorny@gentoo.org>
Sun, 19 Jan 2020 04:28:17 +0000 (05:28 +0100)
committerMichał 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

index 520cf4abddcc506aa69adcd9a0a8c88566c76c65..14e76e65ff5c4edb2285fef7c5b1d91d83260745 100644 (file)
@@ -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; }