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 EB39015808B for ; Tue, 22 Mar 2022 09:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB6B0E0924; Tue, 22 Mar 2022 09:27:06 +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 8C628E0920 for ; Tue, 22 Mar 2022 09:27:06 +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 AE72F343052 for ; Tue, 22 Mar 2022 09:27:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A44234F for ; Tue, 22 Mar 2022 09:27:02 +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: <1647941195.450a46836f23f8a5916d1710c1d648f5c173cbca.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy-exe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy-exe/pypy-exe-7.3.8.ebuild X-VCS-Directories: dev-python/pypy-exe/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 450a46836f23f8a5916d1710c1d648f5c173cbca X-VCS-Branch: master Date: Tue, 22 Mar 2022 09:27:02 +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: 0dd816f6-7ad9-4bdb-b8e4-21a39ded1262 X-Archives-Hash: 63c154ff00056ac9fcf8b77ae888ae06 commit: 450a46836f23f8a5916d1710c1d648f5c173cbca Author: Jakov Smolić gentoo org> AuthorDate: Tue Mar 22 09:26:35 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Mar 22 09:26:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450a4683 dev-python/pypy-exe: Stabilize 7.3.8 x86, #835768 Signed-off-by: Jakov Smolić gentoo.org> dev-python/pypy-exe/pypy-exe-7.3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pypy-exe/pypy-exe-7.3.8.ebuild b/dev-python/pypy-exe/pypy-exe-7.3.8.ebuild index f78517e92954..ad86981676ac 100644 --- a/dev-python/pypy-exe/pypy-exe-7.3.8.ebuild +++ b/dev-python/pypy-exe/pypy-exe-7.3.8.ebuild @@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}-src" LICENSE="MIT" SLOT="${PYPY_PV}" -KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="bzip2 +jit low-memory ncurses cpu_flags_x86_sse2" RDEPEND=">=sys-libs/zlib-1.1.3:0=