mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
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:
@@ -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',
|
||||
+ },
|
||||
|
||||
Reference in New Issue
Block a user