diff options
author | Tom Gillespie <tgbugs@gmail.com> | 2020-03-01 21:37:24 -0800 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-30 20:50:20 +0200 |
commit | 19ed19a661de36d2e2098d16477eb46c63c93639 (patch) | |
tree | 615d788e1351251c961ea32e22048540e752fa75 /dev-python/pypy3 | |
parent | dev-perl/Crypt-DH-GMP: -r bump for EAPI7 + fixes (diff) | |
download | gentoo-19ed19a661de36d2e2098d16477eb46c63c93639.tar.gz gentoo-19ed19a661de36d2e2098d16477eb46c63c93639.tar.bz2 gentoo-19ed19a661de36d2e2098d16477eb46c63c93639.zip |
dev-python/pypy3: fix headers install_dir
Related to https://bugs.gentoo.org/465546
Signed-off-by: Tom Gillespie <tgbugs@gmail.com>
Closes: https://bugs.gentoo.org/729962
Closes: https://github.com/gentoo/gentoo/pull/14820
[rebased for 7.3.1]
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy3')
-rw-r--r-- | dev-python/pypy3/files/7.3.1-gentoo-path.patch | 2 | ||||
-rw-r--r-- | dev-python/pypy3/pypy3-7.3.1-r1.ebuild (renamed from dev-python/pypy3/pypy3-7.3.1.ebuild) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy3/files/7.3.1-gentoo-path.patch b/dev-python/pypy3/files/7.3.1-gentoo-path.patch index fb73aec41de9..c9809f89b880 100644 --- a/dev-python/pypy3/files/7.3.1-gentoo-path.patch +++ b/dev-python/pypy3/files/7.3.1-gentoo-path.patch @@ -18,7 +18,7 @@ index 6fe62be..a4e9f0d 100644 + 'gentoo': { + 'purelib': '$base/site-packages', + 'platlib': '$base/site-packages', -+ 'headers': '$base/include', ++ 'headers': '$base/include/$dist_name', + 'scripts': '@EPREFIX@/usr/bin', + 'data' : '@EPREFIX@/usr', + }, diff --git a/dev-python/pypy3/pypy3-7.3.1.ebuild b/dev-python/pypy3/pypy3-7.3.1-r1.ebuild index 693635092afb..693635092afb 100644 --- a/dev-python/pypy3/pypy3-7.3.1.ebuild +++ b/dev-python/pypy3/pypy3-7.3.1-r1.ebuild |