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 8EAB915808B for ; Tue, 22 Mar 2022 09:27:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A23FAE0886; Tue, 22 Mar 2022 09:27:04 +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 E6188E0886 for ; Tue, 22 Mar 2022 09:27: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 CC565342A41 for ; Tue, 22 Mar 2022 09:27:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B863334 for ; Tue, 22 Mar 2022 09:27:01 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1647941159.a45bdc83293d244ef2c50f6e5aefbf14028a0fe1.jsmolic@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.8.ebuild X-VCS-Directories: dev-python/pypy/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: a45bdc83293d244ef2c50f6e5aefbf14028a0fe1 X-VCS-Branch: master Date: Tue, 22 Mar 2022 09:27: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: 80c0b824-537f-4a62-a4a2-906b21e9914f X-Archives-Hash: cd36cf040eb3526a44e6e11dcaea5c32 commit: a45bdc83293d244ef2c50f6e5aefbf14028a0fe1 Author: Jakov Smolić gentoo org> AuthorDate: Tue Mar 22 09:25:59 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Mar 22 09:25:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a45bdc83 dev-python/pypy: Stabilize 7.3.8 amd64, #835768 Signed-off-by: Jakov Smolić gentoo.org> dev-python/pypy/pypy-7.3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pypy/pypy-7.3.8.ebuild b/dev-python/pypy/pypy-7.3.8.ebuild index 3ff6876b5f97..2d07006e7a23 100644 --- a/dev-python/pypy/pypy-7.3.8.ebuild +++ b/dev-python/pypy/pypy-7.3.8.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}-src" LICENSE="MIT" # pypy -c 'import sysconfig; print sysconfig.get_config_var("SOABI")' SLOT="0/73" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="bzip2 gdbm +jit ncurses sqlite tk" RDEPEND="