diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-02-06 23:39:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-02-06 23:45:07 +0100 |
commit | 9938841b329055a1c46cb469a91faec9b7538788 (patch) | |
tree | ac400b2927e8e69cfbc0644701ff1876ca7a99da /dev-python/pypy3 | |
parent | dev-python/pypy3-bin: Copy Gentoo path fixes from dev-python/pypy (diff) | |
download | gentoo-9938841b329055a1c46cb469a91faec9b7538788.tar.gz gentoo-9938841b329055a1c46cb469a91faec9b7538788.tar.bz2 gentoo-9938841b329055a1c46cb469a91faec9b7538788.zip |
dev-python/pypy3: Fix Gentoo path fix to check for correct PyPy3 dir
Diffstat (limited to 'dev-python/pypy3')
-rw-r--r-- | dev-python/pypy3/files/4.0.0-gentoo-path.patch | 2 |
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: |