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 DB1611581B9 for ; Tue, 30 Sep 2025 11:09:41 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C83C3340E5C for ; Tue, 30 Sep 2025 11:09:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E204F1103E2; Tue, 30 Sep 2025 11:09:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DA2F11103E2 for ; Tue, 30 Sep 2025 11:09:37 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8C9C7340E5C for ; Tue, 30 Sep 2025 11:09:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FDE934EF for ; Tue, 30 Sep 2025 11:09:36 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1759230506.5cc83094fec52ec5ae28a1d1dbf94e4b427eea3a.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rabbitmq-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rabbitmq-server/rabbitmq-server-3.13.1.ebuild X-VCS-Directories: net-misc/rabbitmq-server/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 5cc83094fec52ec5ae28a1d1dbf94e4b427eea3a X-VCS-Branch: master Date: Tue, 30 Sep 2025 11:09:36 +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: fd474c77-60c4-43b4-9fff-9a037d9e7c72 X-Archives-Hash: a6fc4b9d4d91782d276b3eb3f7a85c83 commit: 5cc83094fec52ec5ae28a1d1dbf94e4b427eea3a Author: Petr Vaněk gentoo org> AuthorDate: Tue Sep 30 11:06:38 2025 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Tue Sep 30 11:08:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cc83094 net-misc/rabbitmq-server: disable py3.10, py3.9 Signed-off-by: Petr Vaněk gentoo.org> net-misc/rabbitmq-server/rabbitmq-server-3.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/rabbitmq-server/rabbitmq-server-3.13.1.ebuild b/net-misc/rabbitmq-server/rabbitmq-server-3.13.1.ebuild index 87b134e51fb6..6c7f5b8dd547 100644 --- a/net-misc/rabbitmq-server/rabbitmq-server-3.13.1.ebuild +++ b/net-misc/rabbitmq-server/rabbitmq-server-3.13.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{11..12} ) PYTHON_REQ_USE="xml(+)" inherit eapi9-ver python-any-r1 systemd