summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-02-06 23:39:53 +0100
committerMichał Górny <mgorny@gentoo.org>2016-02-06 23:45:07 +0100
commit9938841b329055a1c46cb469a91faec9b7538788 (patch)
treeac400b2927e8e69cfbc0644701ff1876ca7a99da
parentdev-python/pypy3-bin: Copy Gentoo path fixes from dev-python/pypy (diff)
downloadgentoo-9938841b329055a1c46cb469a91faec9b7538788.tar.gz
gentoo-9938841b329055a1c46cb469a91faec9b7538788.tar.bz2
gentoo-9938841b329055a1c46cb469a91faec9b7538788.zip
dev-python/pypy3: Fix Gentoo path fix to check for correct PyPy3 dir
-rw-r--r--dev-python/pypy3/files/4.0.0-gentoo-path.patch2
1 files changed, 1 insertions, 1 deletions
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 1c0270d93bae..cf96d3fb2a53 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: