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 B418115808A for ; Thu, 14 Sep 2023 11:22:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A91362BC039; Thu, 14 Sep 2023 11:22:03 +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 8BD6A2BC039 for ; Thu, 14 Sep 2023 11:22: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62AC1335CDF for ; Thu, 14 Sep 2023 11:22:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1A2D11A7 for ; Thu, 14 Sep 2023 11:22:00 +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: <1694690516.876531a769e09ec12e338a27c9eb4f6f4ab18e87.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/brotli/brotli-1.1.0.ebuild X-VCS-Directories: app-arch/brotli/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 876531a769e09ec12e338a27c9eb4f6f4ab18e87 X-VCS-Branch: master Date: Thu, 14 Sep 2023 11:22:00 +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: 6d8ce67e-d749-440c-a080-d1ef4ac11619 X-Archives-Hash: 8e18430e59adc9f3d037cc8a988cd124 commit: 876531a769e09ec12e338a27c9eb4f6f4ab18e87 Author: Michał Górny gentoo org> AuthorDate: Thu Sep 14 09:51:44 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 14 11:21:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876531a7 app-arch/brotli: Remove pypy3 from 1.1.0, it is crashing Bug: https://github.com/google/brotli/issues/1072 Signed-off-by: Michał Górny gentoo.org> app-arch/brotli/brotli-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/brotli/brotli-1.1.0.ebuild b/app-arch/brotli/brotli-1.1.0.ebuild index 53768510bba9..364415cf690f 100644 --- a/app-arch/brotli/brotli-1.1.0.ebuild +++ b/app-arch/brotli/brotli-1.1.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_OPTIONAL="1" DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake-multilib distutils-r1 flag-o-matic