commit: 9938841b329055a1c46cb469a91faec9b7538788
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 6 22:39:53 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 6 22:45:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9938841b
dev-python/pypy3: Fix Gentoo path fix to check for correct PyPy3 dir
dev-python/pypy3/files/4.0.0-gentoo-path.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pypy3/files/4.0.0-gentoo-path.patch
b/dev-python/pypy3/files/4.0.0-gentoo-path.patch
index 1c0270d..cf96d3f 100644
--- a/dev-python/pypy3/files/4.0.0-gentoo-path.patch
+++ b/dev-python/pypy3/files/4.0.0-gentoo-path.patch
@@ -37,7 +37,7 @@ index fc43951..fed5218 100644
if (hasattr(sys, 'pypy_version_info') and
not name.endswith(('_user', '_home'))):
- name = 'pypy'
-+ if self.install_base ==
os.path.normpath('@EPREFIX@/usr/@libdir@/pypy'):
++ if self.install_base ==
os.path.normpath('@EPREFIX@/usr/@libdir@/pypy3'):
+ # override paths for system-wide install
+ name = 'gentoo'
+ else: