commit: f10ac590f28aec30526050e57b54893b1a4e4d7a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 16:09:07 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 18:50:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10ac590
dev-python/pypy: fix headers install dir
Thanks to Tom Gillespie for preparing the fix for pypy3.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pypy/files/7.3.1-gentoo-path.patch | 2 +-
dev-python/pypy/{pypy-7.3.1.ebuild => pypy-7.3.1-r1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pypy/files/7.3.1-gentoo-path.patch
b/dev-python/pypy/files/7.3.1-gentoo-path.patch
index dd2c635055d..5281781865a 100644
--- a/dev-python/pypy/files/7.3.1-gentoo-path.patch
+++ b/dev-python/pypy/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/pypy/pypy-7.3.1.ebuild
b/dev-python/pypy/pypy-7.3.1-r1.ebuild
similarity index 100%
rename from dev-python/pypy/pypy-7.3.1.ebuild
rename to dev-python/pypy/pypy-7.3.1-r1.ebuild