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 9BC19158091 for ; Fri, 10 Jun 2022 13:34:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD16EE0900; Fri, 10 Jun 2022 13:34:21 +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 AC7F2E0900 for ; Fri, 10 Jun 2022 13:34:21 +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 B2F2B3417E6 for ; Fri, 10 Jun 2022 13:34:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D7164F6 for ; Fri, 10 Jun 2022 13:34:19 +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: <1654868053.16cad783c7e65f59c62b7b405a7dc23f8c0c405b.tomjbe@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.ebuild net-wireless/gr-iqbal/gr-iqbal-9999.ebuild X-VCS-Directories: net-wireless/gr-iqbal/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 16cad783c7e65f59c62b7b405a7dc23f8c0c405b X-VCS-Branch: master Date: Fri, 10 Jun 2022 13:34:19 +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: 6606987a-05b5-4a3c-baea-504d876e58ba X-Archives-Hash: b873599c7a5694c0c10c25499b001f10 commit: 16cad783c7e65f59c62b7b405a7dc23f8c0c405b Author: Thomas Beierlein gentoo org> AuthorDate: Fri Jun 10 13:32:49 2022 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Fri Jun 10 13:34:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16cad783 net-wireless/gr-iqbal: Add Python 3.10 support Signed-off-by: Thomas Beierlein gentoo.org> net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild | 4 ++-- net-wireless/gr-iqbal/gr-iqbal-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild b/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild index 4a7b4327adeb..ae04e944ba3b 100644 --- a/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild +++ b/net-wireless/gr-iqbal/gr-iqbal-0.38.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..10} ) 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 9e73538bd42b..ae04e944ba3b 100644 --- a/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild +++ b/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +EAPI=8 +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-single-r1 @@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/osmocom/gr-iqbal.git" else SRC_URI="https://github.com/osmocom/gr-iqbal/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 ~arm ~riscv ~x86" fi LICENSE="GPL-3"