summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-30 18:09:07 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-30 20:50:21 +0200
commitf10ac590f28aec30526050e57b54893b1a4e4d7a (patch)
treeb519c3c14eff3cdd67aaf84652663401f28b285d
parentdev-python/pypy3: fix headers install_dir (diff)
downloadgentoo-f10ac590f28aec30526050e57b54893b1a4e4d7a.tar.gz
gentoo-f10ac590f28aec30526050e57b54893b1a4e4d7a.tar.bz2
gentoo-f10ac590f28aec30526050e57b54893b1a4e4d7a.zip
dev-python/pypy: fix headers install dir
Thanks to Tom Gillespie for preparing the fix for pypy3. Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pypy/files/7.3.1-gentoo-path.patch2
-rw-r--r--dev-python/pypy/pypy-7.3.1-r1.ebuild (renamed from dev-python/pypy/pypy-7.3.1.ebuild)0
2 files changed, 1 insertions, 1 deletions
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 dd2c635055dd..5281781865ae 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
index 1f32cc41d4b1..1f32cc41d4b1 100644
--- a/dev-python/pypy/pypy-7.3.1.ebuild
+++ b/dev-python/pypy/pypy-7.3.1-r1.ebuild