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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1826C13835B for ; Fri, 4 Dec 2020 03:16:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D7E5E090F; Fri, 4 Dec 2020 03:16:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03C6DE08E8 for ; Fri, 4 Dec 2020 03:16:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADB3F340C76 for ; Fri, 4 Dec 2020 03:16:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3191347C for ; Fri, 4 Dec 2020 03:16:03 +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: <1607051647.1742ea603910ef88e31705b24c24fe4310fd9a0d.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapy_power/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/soapy_power/soapy_power-1.6.1-r1.ebuild net-wireless/soapy_power/soapy_power-9999.ebuild X-VCS-Directories: net-wireless/soapy_power/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 1742ea603910ef88e31705b24c24fe4310fd9a0d X-VCS-Branch: master Date: Fri, 4 Dec 2020 03:16:03 +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: 3fca1a0e-b164-48a8-86eb-814375dde576 X-Archives-Hash: d4163c1f63d0ede58109cb0a49aa4600 commit: 1742ea603910ef88e31705b24c24fe4310fd9a0d Author: Rick Farina gentoo org> AuthorDate: Fri Dec 4 03:01:58 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Fri Dec 4 03:14:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1742ea60 net-wireless/soapy_power: python bump Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Rick Farina gentoo.org> net-wireless/soapy_power/soapy_power-1.6.1-r1.ebuild | 2 +- net-wireless/soapy_power/soapy_power-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/soapy_power/soapy_power-1.6.1-r1.ebuild b/net-wireless/soapy_power/soapy_power-1.6.1-r1.ebuild index fd1472590b6..4aa566c96ae 100644 --- a/net-wireless/soapy_power/soapy_power-1.6.1-r1.ebuild +++ b/net-wireless/soapy_power/soapy_power-1.6.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 DESCRIPTION="Obtain power spectrum from SoapySDR devices" diff --git a/net-wireless/soapy_power/soapy_power-9999.ebuild b/net-wireless/soapy_power/soapy_power-9999.ebuild index fd1472590b6..4aa566c96ae 100644 --- a/net-wireless/soapy_power/soapy_power-9999.ebuild +++ b/net-wireless/soapy_power/soapy_power-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 DESCRIPTION="Obtain power spectrum from SoapySDR devices"