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 AE6A71580C6 for ; Thu, 6 Apr 2023 02:18:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E0EDE07FE; Thu, 6 Apr 2023 02:18:19 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 66D4AE07F9 for ; Thu, 6 Apr 2023 02:18:19 +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 7C80D335CEF for ; Thu, 6 Apr 2023 02:18:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BCB4A24 for ; Thu, 6 Apr 2023 02:18:14 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1680747293.1d08b22727319dbfa7d16fd1872b2ed6d92d98fb.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gr-fosphor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild X-VCS-Directories: net-analyzer/gr-fosphor/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 1d08b22727319dbfa7d16fd1872b2ed6d92d98fb X-VCS-Branch: master Date: Thu, 6 Apr 2023 02:18:14 +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: 104b1c7c-5c55-4403-a4c9-c842bf96e533 X-Archives-Hash: 975a3e48f24977621de4482152f6f1f7 commit: 1d08b22727319dbfa7d16fd1872b2ed6d92d98fb Author: Rick Farina gentoo org> AuthorDate: Thu Apr 6 02:14:42 2023 +0000 Commit: Rick Farina gentoo org> CommitDate: Thu Apr 6 02:14:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d08b227 net-analyzer/gr-fosphor: enable py3.11, py3.9 Closes: https://bugs.gentoo.org/897054 Signed-off-by: Rick Farina gentoo.org> net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild | 2 +- net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild index dd6f04d38ee8..3a6f011748ef 100644 --- a/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild +++ b/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake python-single-r1 diff --git a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild index 7c3cdd03f974..accf82083f3d 100644 --- a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild +++ b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake python-single-r1