diff options
-rw-r--r-- | dev-python/pypy/files/7.3.1-gentoo-path.patch | 2 | ||||
-rw-r--r-- | dev-python/pypy/pypy-7.3.1-r2.ebuild (renamed from dev-python/pypy/pypy-7.3.1-r1.ebuild) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy/files/7.3.1-gentoo-path.patch b/dev-python/pypy/files/7.3.1-gentoo-path.patch index 5281781865ae..74ca86a84ac9 100644 --- a/dev-python/pypy/files/7.3.1-gentoo-path.patch +++ b/dev-python/pypy/files/7.3.1-gentoo-path.patch @@ -30,7 +30,7 @@ index 6fe62be..a4e9f0d 100644 if (hasattr(sys, 'pypy_version_info') and not name.endswith(('_user', '_home'))): - if os.name == 'nt': -+ if self.install_base == os.path.normpath('@EPREFIX@/usr/lib/pypy2.7'): ++ if self.install_base.startswith(os.path.normpath('@EPREFIX@/usr/lib/pypy')): + # override paths for system-wide install + name = 'gentoo' + elif os.name == 'nt': diff --git a/dev-python/pypy/pypy-7.3.1-r1.ebuild b/dev-python/pypy/pypy-7.3.1-r2.ebuild index 1f32cc41d4b1..1f32cc41d4b1 100644 --- a/dev-python/pypy/pypy-7.3.1-r1.ebuild +++ b/dev-python/pypy/pypy-7.3.1-r2.ebuild |