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 320E8158009 for ; Mon, 19 Jun 2023 05:14:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1950FE08C0; Mon, 19 Jun 2023 05:14:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB3B4E08BD for ; Mon, 19 Jun 2023 05:14:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DA133410A8 for ; Mon, 19 Jun 2023 05:14:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69CA4A87 for ; Mon, 19 Jun 2023 05:14:01 +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: <1687151342.14639c02b58a0a960c9286a313a5258aedb5413a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3_9/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3_9/pypy3_9-7.3.12-r1.ebuild dev-python/pypy3_9/pypy3_9-7.3.12.ebuild X-VCS-Directories: dev-python/pypy3_9/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 14639c02b58a0a960c9286a313a5258aedb5413a X-VCS-Branch: master Date: Mon, 19 Jun 2023 05:14:01 +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: 747f16a5-db13-4bca-a8b4-455205438f5f X-Archives-Hash: d34fa5a489babaec48b043a9cd1b83d6 commit: 14639c02b58a0a960c9286a313a5258aedb5413a Author: Michał Górny gentoo org> AuthorDate: Mon Jun 19 05:09:02 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 19 05:09:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14639c02 dev-python/pypy3_9: Fix missing _testmultiphase module Signed-off-by: Michał Górny gentoo.org> dev-python/pypy3_9/{pypy3_9-7.3.12.ebuild => pypy3_9-7.3.12-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pypy3_9/pypy3_9-7.3.12.ebuild b/dev-python/pypy3_9/pypy3_9-7.3.12-r1.ebuild similarity index 99% rename from dev-python/pypy3_9/pypy3_9-7.3.12.ebuild rename to dev-python/pypy3_9/pypy3_9-7.3.12-r1.ebuild index 6f73d957d6ea..1c6eec918ff3 100644 --- a/dev-python/pypy3_9/pypy3_9-7.3.12.ebuild +++ b/dev-python/pypy3_9/pypy3_9-7.3.12-r1.ebuild @@ -123,6 +123,7 @@ src_compile() { cffi_targets=( pypy_util blake2/_blake2 sha3/_sha3 ssl audioop syslog pwdgrp resource lzma posixshmem + testmultiphase ) use gdbm && cffi_targets+=( gdbm ) use ncurses && cffi_targets+=( curses )