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/, dev-python/pypy3/files/
Date: Tue, 30 Jun 2020 18:50:46
Message-Id: 1593543020.19ed19a661de36d2e2098d16477eb46c63c93639.mgorny@gentoo
1 commit: 19ed19a661de36d2e2098d16477eb46c63c93639
2 Author: Tom Gillespie <tgbugs <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 2 05:37:24 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 30 18:50:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ed19a6
7
8 dev-python/pypy3: fix headers install_dir
9
10 Related to https://bugs.gentoo.org/465546
11
12 Signed-off-by: Tom Gillespie <tgbugs <AT> gmail.com>
13 Closes: https://bugs.gentoo.org/729962
14 Closes: https://github.com/gentoo/gentoo/pull/14820
15 [rebased for 7.3.1]
16 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
17
18 dev-python/pypy3/files/7.3.1-gentoo-path.patch | 2 +-
19 dev-python/pypy3/{pypy3-7.3.1.ebuild => pypy3-7.3.1-r1.ebuild} | 0
20 2 files changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/dev-python/pypy3/files/7.3.1-gentoo-path.patch b/dev-python/pypy3/files/7.3.1-gentoo-path.patch
23 index fb73aec41de..c9809f89b88 100644
24 --- a/dev-python/pypy3/files/7.3.1-gentoo-path.patch
25 +++ b/dev-python/pypy3/files/7.3.1-gentoo-path.patch
26 @@ -18,7 +18,7 @@ index 6fe62be..a4e9f0d 100644
27 + 'gentoo': {
28 + 'purelib': '$base/site-packages',
29 + 'platlib': '$base/site-packages',
30 -+ 'headers': '$base/include',
31 ++ 'headers': '$base/include/$dist_name',
32 + 'scripts': '@EPREFIX@/usr/bin',
33 + 'data' : '@EPREFIX@/usr',
34 + },
35
36 diff --git a/dev-python/pypy3/pypy3-7.3.1.ebuild b/dev-python/pypy3/pypy3-7.3.1-r1.ebuild
37 similarity index 100%
38 rename from dev-python/pypy3/pypy3-7.3.1.ebuild
39 rename to dev-python/pypy3/pypy3-7.3.1-r1.ebuild