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 5D21D13835B for ; Mon, 15 Feb 2021 03:18:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CB98E0AEC; Mon, 15 Feb 2021 03:18:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3F145E0AEC for ; Mon, 15 Feb 2021 03:18:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 47E1D340CC3 for ; Mon, 15 Feb 2021 03:18:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85DF04C7 for ; Mon, 15 Feb 2021 03:18:45 +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: <1613359124.02dd78d6d92534bc1b21c2b2b770e06e772c4356.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-m2k/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-m2k/gr-m2k-9999.ebuild X-VCS-Directories: net-wireless/gr-m2k/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 02dd78d6d92534bc1b21c2b2b770e06e772c4356 X-VCS-Branch: master Date: Mon, 15 Feb 2021 03:18:45 +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: 5741d7fa-49e9-474f-a21f-69c77c46b02c X-Archives-Hash: bdb7c5f3aade876f959e79a1475aec16 commit: 02dd78d6d92534bc1b21c2b2b770e06e772c4356 Author: Rick Farina gentoo org> AuthorDate: Mon Feb 15 03:09:58 2021 +0000 Commit: Rick Farina gentoo org> CommitDate: Mon Feb 15 03:18:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02dd78d6 net-wireless/gr-m2k: python bump Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Rick Farina gentoo.org> net-wireless/gr-m2k/gr-m2k-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/gr-m2k/gr-m2k-9999.ebuild b/net-wireless/gr-m2k/gr-m2k-9999.ebuild index bb25c7af194..da37a557cf4 100644 --- a/net-wireless/gr-m2k/gr-m2k-9999.ebuild +++ b/net-wireless/gr-m2k/gr-m2k-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit cmake python-single-r1