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 67AE2158094 for ; Tue, 19 Jul 2022 01:50:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 176CDE0C41; Tue, 19 Jul 2022 01:50:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E3C85E0C40 for ; Tue, 19 Jul 2022 01:50:13 +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 B02CB340EC9 for ; Tue, 19 Jul 2022 01:50:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 133CF544 for ; Tue, 19 Jul 2022 01:50:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658195333.565661f0e4f4db56a9d1dcec7d51067bc7b8c5f6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-osmosdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild X-VCS-Directories: net-wireless/gr-osmosdr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 565661f0e4f4db56a9d1dcec7d51067bc7b8c5f6 X-VCS-Branch: master Date: Tue, 19 Jul 2022 01:50:11 +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: b9bc94fd-d118-4409-b4fa-7142d4852511 X-Archives-Hash: 350aad0157965ecddf5522fbef195213 commit: 565661f0e4f4db56a9d1dcec7d51067bc7b8c5f6 Author: Sam James gentoo org> AuthorDate: Tue Jul 19 01:48:53 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 19 01:48:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=565661f0 net-wireless/gr-osmosdr: drop Python 3.7 Signed-off-by: Sam James gentoo.org> net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild index f7f6ffa7ed06..33986dd7ed30 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-single-r1