dev-python/pypy3: Fix Gentoo path patch
authorMichał Górny <mgorny@gentoo.org>
Fri, 1 Nov 2019 07:45:49 +0000 (08:45 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 1 Nov 2019 08:03:21 +0000 (09:03 +0100)
Bug: https://bugs.gentoo.org/465546
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pypy3/files/7.0.0-gentoo-path.patch
dev-python/pypy3/pypy3-7.2.0-r1.ebuild [moved from dev-python/pypy3/pypy3-7.2.0.ebuild with 100% similarity]

index 17409fa89a426e7bdd3607abb0305d39620497fd..135e496f253611bbafd96545cef25acc6947d986 100644 (file)
@@ -39,7 +39,7 @@ index 77a1827d4b..255603967f 100644
          if (hasattr(sys, 'pypy_version_info') and
              not name.endswith(('_user', '_home'))):
 -            name = 'pypy'
-+            if self.install_base == os.path.normpath('@EPREFIX@/usr/lib/pypy3.5'):
++            if self.install_base == os.path.normpath('@EPREFIX@/usr/lib/pypy3.6'):
 +                # override paths for system-wide install
 +                name = 'gentoo'
 +            else: