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/files/, dev-python/pypy/
Date: Tue, 30 Jun 2020 18:50:36
Message-Id: 1593543021.f10ac590f28aec30526050e57b54893b1a4e4d7a.mgorny@gentoo
1 commit: f10ac590f28aec30526050e57b54893b1a4e4d7a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 30 16:09:07 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 30 18:50:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10ac590
7
8 dev-python/pypy: fix headers install dir
9
10 Thanks to Tom Gillespie for preparing the fix for pypy3.
11
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/pypy/files/7.3.1-gentoo-path.patch | 2 +-
15 dev-python/pypy/{pypy-7.3.1.ebuild => pypy-7.3.1-r1.ebuild} | 0
16 2 files changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/pypy/files/7.3.1-gentoo-path.patch b/dev-python/pypy/files/7.3.1-gentoo-path.patch
19 index dd2c635055d..5281781865a 100644
20 --- a/dev-python/pypy/files/7.3.1-gentoo-path.patch
21 +++ b/dev-python/pypy/files/7.3.1-gentoo-path.patch
22 @@ -18,7 +18,7 @@ index 6fe62be..a4e9f0d 100644
23 + 'gentoo': {
24 + 'purelib': '$base/site-packages',
25 + 'platlib': '$base/site-packages',
26 -+ 'headers': '$base/include',
27 ++ 'headers': '$base/include/$dist_name',
28 + 'scripts': '@EPREFIX@/usr/bin',
29 + 'data' : '@EPREFIX@/usr',
30 + },
31
32 diff --git a/dev-python/pypy/pypy-7.3.1.ebuild b/dev-python/pypy/pypy-7.3.1-r1.ebuild
33 similarity index 100%
34 rename from dev-python/pypy/pypy-7.3.1.ebuild
35 rename to dev-python/pypy/pypy-7.3.1-r1.ebuild