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 79484158004 for ; Tue, 4 Apr 2023 23:55:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2547E0848; Tue, 4 Apr 2023 23:55:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BDC89E0848 for ; Tue, 4 Apr 2023 23:55: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 009D2335CE9 for ; Tue, 4 Apr 2023 23:55:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0F4DA1F for ; Tue, 4 Apr 2023 23:55:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1680652464.12e67008a0759dbdae154a65dcbdd7f9beb42a44.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-rds/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild net-wireless/gr-rds/gr-rds-9999.ebuild X-VCS-Directories: net-wireless/gr-rds/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 12e67008a0759dbdae154a65dcbdd7f9beb42a44 X-VCS-Branch: master Date: Tue, 4 Apr 2023 23:55:08 +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: 98057854-6d22-4cb4-88ba-d4a58a8100d1 X-Archives-Hash: 408abc43ab8b1ac8308dd78f9d79aeda commit: 12e67008a0759dbdae154a65dcbdd7f9beb42a44 Author: Sam James gentoo org> AuthorDate: Tue Apr 4 23:54:24 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 4 23:54:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e67008 net-wireless/gr-rds: drop python3_9 gnuradio (and soapysdr) lack python 3.9 now. Signed-off-by: Sam James gentoo.org> net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild | 4 ++-- net-wireless/gr-rds/gr-rds-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild b/net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild index c43fa001798e..252ae7a9e850 100644 --- a/net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild +++ b/net-wireless/gr-rds/gr-rds-0.0_p20220804-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) if [[ ${PV} == 9999* ]]; then inherit git-r3 diff --git a/net-wireless/gr-rds/gr-rds-9999.ebuild b/net-wireless/gr-rds/gr-rds-9999.ebuild index c43fa001798e..252ae7a9e850 100644 --- a/net-wireless/gr-rds/gr-rds-9999.ebuild +++ b/net-wireless/gr-rds/gr-rds-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) if [[ ${PV} == 9999* ]]; then inherit git-r3