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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CCEF4158094 for ; Thu, 25 Aug 2022 15:30:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3A8BE0948; Thu, 25 Aug 2022 15:30:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AA38E0954 for ; Thu, 25 Aug 2022 15:30:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6D0034113D for ; Thu, 25 Aug 2022 15:30:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29F995AF for ; Thu, 25 Aug 2022 15:30:40 +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: <1661441432.e35b490b1eb2e09ba25e63938c6d0542784d5f99.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy/pypy-7.3.9-r1.ebuild dev-python/pypy/pypy-7.3.9-r2.ebuild X-VCS-Directories: dev-python/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e35b490b1eb2e09ba25e63938c6d0542784d5f99 X-VCS-Branch: master Date: Thu, 25 Aug 2022 15:30:40 +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: 3174f07e-41c2-40dc-9677-db88a7755aae X-Archives-Hash: 556c8965385c8b1336c84a887aab96ab commit: e35b490b1eb2e09ba25e63938c6d0542784d5f99 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 25 13:12:22 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 25 15:30:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35b490b dev-python/pypy: Include "new" module to fix pypy2.7 build Signed-off-by: Michał Górny gentoo.org> dev-python/pypy/{pypy-7.3.9-r1.ebuild => pypy-7.3.9-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pypy/pypy-7.3.9-r1.ebuild b/dev-python/pypy/pypy-7.3.9-r2.ebuild similarity index 99% rename from dev-python/pypy/pypy-7.3.9-r1.ebuild rename to dev-python/pypy/pypy-7.3.9-r2.ebuild index ae8f4222bb0c..4e0d9138c8ce 100644 --- a/dev-python/pypy/pypy-7.3.9-r1.ebuild +++ b/dev-python/pypy/pypy-7.3.9-r2.ebuild @@ -223,6 +223,7 @@ src_install() { keyword.py locale.py logging + new.py opcode.py optparse.py pdb.py