From 75a8f49809d9c082d9bbd6403aa0d637f5d93eac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 1 Nov 2019 08:45:49 +0100 Subject: [PATCH] dev-python/pypy3: Fix Gentoo path patch MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/465546 Signed-off-by: Michał Górny --- dev-python/pypy3/files/7.0.0-gentoo-path.patch | 2 +- dev-python/pypy3/{pypy3-7.2.0.ebuild => pypy3-7.2.0-r1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dev-python/pypy3/{pypy3-7.2.0.ebuild => pypy3-7.2.0-r1.ebuild} (100%) diff --git a/dev-python/pypy3/files/7.0.0-gentoo-path.patch b/dev-python/pypy3/files/7.0.0-gentoo-path.patch index 17409fa89a42..135e496f2536 100644 --- a/dev-python/pypy3/files/7.0.0-gentoo-path.patch +++ b/dev-python/pypy3/files/7.0.0-gentoo-path.patch @@ -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: diff --git a/dev-python/pypy3/pypy3-7.2.0.ebuild b/dev-python/pypy3/pypy3-7.2.0-r1.ebuild similarity index 100% rename from dev-python/pypy3/pypy3-7.2.0.ebuild rename to dev-python/pypy3/pypy3-7.2.0-r1.ebuild -- 2.26.2