diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-01 08:46:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-01 09:03:23 +0100 |
commit | bc29c449012661931f5ed9716547a9d88a90b792 (patch) | |
tree | d9031d5cf8b62d209cc024bd149c2631ef73ea8a /dev-python | |
parent | dev-python/pypy3: Fix Gentoo path patch (diff) | |
download | gentoo-bc29c449012661931f5ed9716547a9d88a90b792.tar.gz gentoo-bc29c449012661931f5ed9716547a9d88a90b792.tar.bz2 gentoo-bc29c449012661931f5ed9716547a9d88a90b792.zip |
dev-python/pypy3-bin: Fix Gentoo path patch
Bug: https://bugs.gentoo.org/465546
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pypy3-bin/files/7.0.0-gentoo-path.patch | 2 | ||||
-rw-r--r-- | dev-python/pypy3-bin/pypy3-bin-7.2.0-r1.ebuild (renamed from dev-python/pypy3-bin/pypy3-bin-7.2.0.ebuild) | 0 |
2 files changed, 1 insertions, 1 deletions
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 index 53f4a07681af..53f4a07681af 100644 --- a/dev-python/pypy3-bin/pypy3-bin-7.2.0.ebuild +++ b/dev-python/pypy3-bin/pypy3-bin-7.2.0-r1.ebuild |