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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66D63158232 for ; Sun, 8 Dec 2024 05:23:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C52AFE1279; Sun, 8 Dec 2024 05:23:12 +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 A2F31E1279 for ; Sun, 8 Dec 2024 05:23:12 +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 BDA09343110 for ; Sun, 8 Dec 2024 05:23:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FC7E1F9A for ; Sun, 8 Dec 2024 05:23:09 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1733635245.06a50c8decf67058e418014e6dbbbee09b7b1bdc.kangie@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-r1.ebuild net-wireless/gr-iqbal/gr-iqbal-9999.ebuild X-VCS-Directories: net-wireless/gr-iqbal/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 06a50c8decf67058e418014e6dbbbee09b7b1bdc X-VCS-Branch: master Date: Sun, 8 Dec 2024 05:23:09 +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: ef15cb6c-d19e-42f6-955a-fed6c4c13022 X-Archives-Hash: fe31d1388ebfa7191b27f4bfa16b1f68 commit: 06a50c8decf67058e418014e6dbbbee09b7b1bdc Author: Matt Jolly gentoo org> AuthorDate: Fri Dec 6 15:11:00 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Sun Dec 8 05:20:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a50c8d net-wireless/gr-iqbal: enable py3.13 Signed-off-by: Matt Jolly gentoo.org> net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108-r1.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-r1.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108-r1.ebuild index 36278e9cd8f5..539a7c3b448e 100644 --- a/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108-r1.ebuild +++ b/net-wireless/gr-iqbal/gr-iqbal-0.38.2_p20210108-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) 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 36278e9cd8f5..539a7c3b448e 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_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake python-single-r1