From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19AA3138336 for ; Fri, 1 Nov 2019 08:07:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8BBBE08A5; Fri, 1 Nov 2019 08:07:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B879FE08A5 for ; Fri, 1 Nov 2019 08:07:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 437FA34C637 for ; Fri, 1 Nov 2019 08:07:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D02A1621 for ; Fri, 1 Nov 2019 08:07:16 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1572595401.75a8f49809d9c082d9bbd6403aa0d637f5d93eac.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/, dev-python/pypy3/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/files/7.0.0-gentoo-path.patch dev-python/pypy3/pypy3-7.2.0-r1.ebuild dev-python/pypy3/pypy3-7.2.0.ebuild X-VCS-Directories: dev-python/pypy3/ dev-python/pypy3/files/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 75a8f49809d9c082d9bbd6403aa0d637f5d93eac X-VCS-Branch: master Date: Fri, 1 Nov 2019 08:07:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 98adf1b3-21c6-4b33-8101-7dc103ee342e X-Archives-Hash: 7df033d4b674d8332b15240bfd001ec5 commit: 75a8f49809d9c082d9bbd6403aa0d637f5d93eac Author: Michał Górny gentoo org> AuthorDate: Fri Nov 1 07:45:49 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 1 08:03:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a8f498 dev-python/pypy3: Fix Gentoo path patch Bug: https://bugs.gentoo.org/465546 Signed-off-by: Michał Górny gentoo.org> 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(-) 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 17409fa89a4..135e496f253 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