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>
This commit is contained in:
Michał Górny
2020-06-30 18:09:07 +02:00
parent 19ed19a661
commit f10ac590f2
2 changed files with 1 additions and 1 deletions

View File

@@ -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',
+ },