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 40A9C1580C6 for ; Thu, 6 Apr 2023 02:18:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9945AE07F9; Thu, 6 Apr 2023 02:18:19 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D740E07F9 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 3C8AF340EFA 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 463D5A22 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: <1680747162.05789b4e4113a6dd98aba5b6e83ca14db55f69eb.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-iqbal/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild net-wireless/gr-iqbal/gr-iqbal-9999.ebuild X-VCS-Directories: net-wireless/gr-iqbal/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 05789b4e4113a6dd98aba5b6e83ca14db55f69eb 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: d01e4f8a-6913-46c9-aa02-2b8406b2e9df X-Archives-Hash: b9f2de78e1796ddfcb03b92feca78646 commit: 05789b4e4113a6dd98aba5b6e83ca14db55f69eb Author: Rick Farina gentoo org> AuthorDate: Thu Apr 6 02:11:51 2023 +0000 Commit: Rick Farina gentoo org> CommitDate: Thu Apr 6 02:12:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05789b4e net-wireless/gr-iqbal: enable py3.11, py3.9 Closes: https://bugs.gentoo.org/897170 Signed-off-by: Rick Farina gentoo.org> net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild | 2 +- net-wireless/gr-iqbal/gr-iqbal-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild index ae4476ee2df0..66f36f6206a3 100644 --- a/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild +++ b/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake python-single-r1 diff --git a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild index ae4476ee2df0..66f36f6206a3 100644 --- a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild +++ b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_10 ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake python-single-r1