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 53545138334 for ; Fri, 20 Dec 2019 19:41:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2528FE09EF; Fri, 20 Dec 2019 19:41:22 +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 0A624E09EF for ; Fri, 20 Dec 2019 19:41:21 +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 9E5EA34D7C3 for ; Fri, 20 Dec 2019 19:41:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 363BD97A for ; Fri, 20 Dec 2019 19:41:18 +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: <1576870235.6a3d3bbb1e3e69df4af8fe430e3c7fd1ad13673f.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapysdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/soapysdr/soapysdr-0.7.1.ebuild net-wireless/soapysdr/soapysdr-9999.ebuild X-VCS-Directories: net-wireless/soapysdr/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 6a3d3bbb1e3e69df4af8fe430e3c7fd1ad13673f X-VCS-Branch: master Date: Fri, 20 Dec 2019 19:41:18 +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: 8ac87478-626d-42d2-9f0e-3b31422aa905 X-Archives-Hash: 5cbb63ab04db90358bf7aa30eff6d70f commit: 6a3d3bbb1e3e69df4af8fe430e3c7fd1ad13673f Author: Rick Farina gentoo org> AuthorDate: Fri Dec 20 19:30:35 2019 +0000 Commit: Rick Farina gentoo org> CommitDate: Fri Dec 20 19:30:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3d3bbb net-wireless/soapysdr: python 3.7 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Rick Farina gentoo.org> net-wireless/soapysdr/soapysdr-0.7.1.ebuild | 4 ++-- net-wireless/soapysdr/soapysdr-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-wireless/soapysdr/soapysdr-0.7.1.ebuild b/net-wireless/soapysdr/soapysdr-0.7.1.ebuild index 38efa5b2ccc..8f6c242211d 100644 --- a/net-wireless/soapysdr/soapysdr-0.7.1.ebuild +++ b/net-wireless/soapysdr/soapysdr-0.7.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit cmake-utils python-r1 diff --git a/net-wireless/soapysdr/soapysdr-9999.ebuild b/net-wireless/soapysdr/soapysdr-9999.ebuild index 38efa5b2ccc..8f6c242211d 100644 --- a/net-wireless/soapysdr/soapysdr-9999.ebuild +++ b/net-wireless/soapysdr/soapysdr-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit cmake-utils python-r1