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 127741584AD for ; Sun, 11 May 2025 08:39:52 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id F2B1D3430C0 for ; Sun, 11 May 2025 08:39:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 83C4611036D; Sun, 11 May 2025 08:39:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 77DED11036D for ; Sun, 11 May 2025 08:39:46 +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 3769234315B for ; Sun, 11 May 2025 08:39:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC3002741 for ; Sun, 11 May 2025 08:39:44 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1746952767.c8f66498e0267d6832736f99a041920af7aa95fa.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dropbear/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dropbear/dropbear-2025.88-r1.ebuild X-VCS-Directories: net-misc/dropbear/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: c8f66498e0267d6832736f99a041920af7aa95fa X-VCS-Branch: master Date: Sun, 11 May 2025 08:39:44 +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: c55b234d-fba6-46ba-a571-01331ce87b18 X-Archives-Hash: 6d68c0597e3ba860ee20e56b097e0d63 commit: c8f66498e0267d6832736f99a041920af7aa95fa Author: Viorel Munteanu gentoo org> AuthorDate: Sun May 11 08:36:58 2025 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun May 11 08:39:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f66498 net-misc/dropbear: disable py3.10 Signed-off-by: Viorel Munteanu gentoo.org> net-misc/dropbear/dropbear-2025.88-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/dropbear/dropbear-2025.88-r1.ebuild b/net-misc/dropbear/dropbear-2025.88-r1.ebuild index 0771132cb62a..762cb3830a85 100644 --- a/net-misc/dropbear/dropbear-2025.88-r1.ebuild +++ b/net-misc/dropbear/dropbear-2025.88-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/dropbear.asc inherit autotools pam python-any-r1 savedconfig verify-sig