* [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/files/
@ 2016-02-06 22:45 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2016-02-06 22:45 UTC (permalink / raw
To: gentoo-commits
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:
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-06 22:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-06 22:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/files/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox