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 B165613835A for ; Wed, 2 Jun 2021 17:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86578E087E; Wed, 2 Jun 2021 17:31:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 700FFE087E for ; Wed, 2 Jun 2021 17:31:20 +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 1FEF9335D73 for ; Wed, 2 Jun 2021 17:31:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 997E079F for ; Wed, 2 Jun 2021 17:31:17 +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: <1622655052.25c0f09d0bef1f7070f711c991e7ccfcd20c11ac.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/urh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/urh/urh-2.9.1.ebuild net-wireless/urh/urh-9999.ebuild X-VCS-Directories: net-wireless/urh/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 25c0f09d0bef1f7070f711c991e7ccfcd20c11ac X-VCS-Branch: master Date: Wed, 2 Jun 2021 17:31:17 +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: 43a54335-2153-4345-b2c4-67b83a2b7459 X-Archives-Hash: bf7a1318da88fe52ac18fdf8facf092a commit: 25c0f09d0bef1f7070f711c991e7ccfcd20c11ac Author: Rick Farina gentoo org> AuthorDate: Wed Jun 2 17:23:13 2021 +0000 Commit: Rick Farina gentoo org> CommitDate: Wed Jun 2 17:30:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c0f09d net-wireless/urh: python bump Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Rick Farina gentoo.org> net-wireless/urh/urh-2.9.1.ebuild | 2 +- net-wireless/urh/urh-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/urh/urh-2.9.1.ebuild b/net-wireless/urh/urh-2.9.1.ebuild index af2edd861ac..83929531f23 100644 --- a/net-wireless/urh/urh-2.9.1.ebuild +++ b/net-wireless/urh/urh-2.9.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Universal Radio Hacker: investigate wireless protocols like a boss" diff --git a/net-wireless/urh/urh-9999.ebuild b/net-wireless/urh/urh-9999.ebuild index af2edd861ac..83929531f23 100644 --- a/net-wireless/urh/urh-9999.ebuild +++ b/net-wireless/urh/urh-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 DESCRIPTION="Universal Radio Hacker: investigate wireless protocols like a boss"