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/pypy-exe/
Date: Sun, 19 Jan 2020 04:34:08
Message-Id: 1579408435.07477be4b66bb3b6d761c155292ae9344f20080a.mgorny@gentoo
1 commit: 07477be4b66bb3b6d761c155292ae9344f20080a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 19 04:28:17 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 19 04:33:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07477be4
7
8 dev-python/pypy-exe: Fix building w/ USE=-low-memory
9
10 Closes: https://bugs.gentoo.org/705796
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pypy-exe/pypy-exe-7.3.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild b/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
17 index 520cf4abddc..14e76e65ff5 100644
18 --- a/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
19 +++ b/dev-python/pypy-exe/pypy-exe-7.3.0.ebuild
20 @@ -70,7 +70,7 @@ pkg_setup() {
21 if [[ ${MERGE_TYPE} != binary ]]; then
22 check_env
23
24 - use low-memory && local EPYTHON=
25 + use low-memory && EPYTHON=
26 if [[ ! ${EPYTHON} || ${EPYTHON} == pypy ]] &&
27 { has_version -b dev-python/pypy ||
28 has_version -b dev-python/pypy-bin; }