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 D0B74158091 for ; Tue, 14 Jun 2022 11:06:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FBEAE01E4; Tue, 14 Jun 2022 11:06:38 +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 E2369E01E4 for ; Tue, 14 Jun 2022 11:06:37 +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 BF6513410A2 for ; Tue, 14 Jun 2022 11:06:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F41BE4E3 for ; Tue, 14 Jun 2022 11:06:34 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1655204759.5ec2b2c4979afc15db8f9007b3b8e49b7b2cc147.tomjbe@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_p20200807.ebuild net-wireless/gr-rds/gr-rds-9999.ebuild X-VCS-Directories: net-wireless/gr-rds/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 5ec2b2c4979afc15db8f9007b3b8e49b7b2cc147 X-VCS-Branch: master Date: Tue, 14 Jun 2022 11:06:34 +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: aa53000d-2d3c-4ef8-a979-8e916e811703 X-Archives-Hash: e683a44dcbafdc4bc72f513a847ce7cb commit: 5ec2b2c4979afc15db8f9007b3b8e49b7b2cc147 Author: Thomas Beierlein gentoo org> AuthorDate: Tue Jun 14 11:05:59 2022 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Tue Jun 14 11:05:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec2b2c4 net-wireless/gr-rds: Add Python3.10 support Signed-off-by: Thomas Beierlein gentoo.org> net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild | 6 +++--- net-wireless/gr-rds/gr-rds-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild b/net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild index 2f2eb3797c78..8006fb8a3380 100644 --- a/net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild +++ b/net-wireless/gr-rds/gr-rds-0.0_p20200807.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..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 2f2eb3797c78..8006fb8a3380 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-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) if [[ ${PV} == 9999* ]]; then inherit git-r3