From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 01E9D1581EE for ; Thu, 10 Apr 2025 18:17:46 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D6B873436CC for ; Thu, 10 Apr 2025 18:17:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C51961104B0; Thu, 10 Apr 2025 18:17:45 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B9AD51104B0 for ; Thu, 10 Apr 2025 18:17:45 +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 679413436C9 for ; Thu, 10 Apr 2025 18:17:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC7081436 for ; Thu, 10 Apr 2025 18:17:43 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1744309034.02a7aba57a3db39ac7dc7a825c839d4302ca7db9.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/aws/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/aws/aws-25.1.0-r1.ebuild X-VCS-Directories: dev-ada/aws/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 02a7aba57a3db39ac7dc7a825c839d4302ca7db9 X-VCS-Branch: master Date: Thu, 10 Apr 2025 18:17:43 +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: 417e6fc3-4d95-4738-bc8f-63ea8c5cdd6c X-Archives-Hash: ba47c9be0fa483298e10457ac4677ba8 commit: 02a7aba57a3db39ac7dc7a825c839d4302ca7db9 Author: Alfredo Tupone gentoo org> AuthorDate: Thu Apr 10 17:51:05 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Apr 10 18:17:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a7aba5 dev-ada/aws: disable pypy3 Bug: https://bugs.gentoo.org/951000 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/aws/aws-25.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/aws/aws-25.1.0-r1.ebuild b/dev-ada/aws/aws-25.1.0-r1.ebuild index 6b4dad01eda8..394636e9058c 100644 --- a/dev-ada/aws/aws-25.1.0-r1.ebuild +++ b/dev-ada/aws/aws-25.1.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 ADA_COMPAT=( gcc_13 gcc_14 ) -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} ) inherit ada python-any-r1 multiprocessing DESCRIPTION="A complete Web development framework"