Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-exe/
Date: Sun, 19 Jan 2020 04:34:08
Message-Id: 1579408436.0a88e5d44f30d9a24afa7fcf77cbcea97a0c1609.mgorny@gentoo
1 commit: 0a88e5d44f30d9a24afa7fcf77cbcea97a0c1609
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 04:30:17 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 04:33:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a88e5d4
7
8 dev-python/pypy3-exe: Fix building w/ USE=-low-memory
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild
16 index baed59372e8..0a9bf2e35e8 100644
17 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild
18 +++ b/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild
19 @@ -59,7 +59,7 @@ pkg_setup() {
20 check_env
21
22 # unset to allow forcing pypy below :)
23 - use low-memory && local EPYTHON=
24 + use low-memory && EPYTHON=
25 if [[ ! ${EPYTHON} || ${EPYTHON} == pypy ]] &&
26 { has_version -b dev-python/pypy ||
27 has_version -b dev-python/pypy-bin; }