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 D4E7B159C9B for ; Tue, 30 Jul 2024 21:13:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 192912BC076; Tue, 30 Jul 2024 21:13:34 +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 pigeon.gentoo.org (Postfix) with ESMTPS id F15F22BC076 for ; Tue, 30 Jul 2024 21:13:33 +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 C8BCD343009 for ; Tue, 30 Jul 2024 21:13:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DEEE1E81 for ; Tue, 30 Jul 2024 21:13:31 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1722373909.2d811810ade4956fa63b0b31ed66ce2657ed0f5c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/pssh/pssh-2.3.5.ebuild X-VCS-Directories: net-misc/pssh/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 2d811810ade4956fa63b0b31ed66ce2657ed0f5c X-VCS-Branch: master Date: Tue, 30 Jul 2024 21:13:31 +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: adb49060-71dd-454f-b061-94fe33ab9d95 X-Archives-Hash: e7f5e6e493df2239f5b8ff05f69ac8d8 commit: 2d811810ade4956fa63b0b31ed66ce2657ed0f5c Author: Pacho Ramos gentoo org> AuthorDate: Tue Jul 30 19:27:45 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jul 30 21:11:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d811810 net-misc/pssh: disable py3.9 Signed-off-by: Pacho Ramos gentoo.org> net-misc/pssh/pssh-2.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/pssh/pssh-2.3.5.ebuild b/net-misc/pssh/pssh-2.3.5.ebuild index 9ad8e6a3a95d..555c7d2e8648 100644 --- a/net-misc/pssh/pssh-2.3.5.ebuild +++ b/net-misc/pssh/pssh-2.3.5.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..13} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="PSSH provides parallel versions of OpenSSH and related tools"