From bc29c449012661931f5ed9716547a9d88a90b792 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 1 Nov 2019 08:46:30 +0100 Subject: [PATCH] dev-python/pypy3-bin: 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-bin/files/7.0.0-gentoo-path.patch | 2 +- .../{pypy3-bin-7.2.0.ebuild => pypy3-bin-7.2.0-r1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dev-python/pypy3-bin/{pypy3-bin-7.2.0.ebuild => pypy3-bin-7.2.0-r1.ebuild} (100%) diff --git a/dev-python/pypy3-bin/files/7.0.0-gentoo-path.patch b/dev-python/pypy3-bin/files/7.0.0-gentoo-path.patch index 17409fa89a42..135e496f2536 100644 --- a/dev-python/pypy3-bin/files/7.0.0-gentoo-path.patch +++ b/dev-python/pypy3-bin/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-bin/pypy3-bin-7.2.0.ebuild b/dev-python/pypy3-bin/pypy3-bin-7.2.0-r1.ebuild similarity index 100% rename from dev-python/pypy3-bin/pypy3-bin-7.2.0.ebuild rename to dev-python/pypy3-bin/pypy3-bin-7.2.0-r1.ebuild -- 2.26.2