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 5B1721382C5 for ; Wed, 7 Apr 2021 14:26:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FE8BE0953; Wed, 7 Apr 2021 14:26:19 +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 634D0E0953 for ; Wed, 7 Apr 2021 14:26:19 +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 18533335C7E for ; Wed, 7 Apr 2021 14:26:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AD6A63F for ; Wed, 7 Apr 2021 14:26:16 +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: <1617805434.49521986ebbf8be336ac60ea76491ef3580b7029.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapybladerf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/soapybladerf/soapybladerf-0.4.1.ebuild net-wireless/soapybladerf/soapybladerf-9999.ebuild X-VCS-Directories: net-wireless/soapybladerf/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 49521986ebbf8be336ac60ea76491ef3580b7029 X-VCS-Branch: master Date: Wed, 7 Apr 2021 14:26:16 +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: 5786ff55-7d3b-4324-b939-48b7927dd8d9 X-Archives-Hash: d33fd7e238dcc051af11bacad9c29ad7 commit: 49521986ebbf8be336ac60ea76491ef3580b7029 Author: Rick Farina gentoo org> AuthorDate: Wed Apr 7 14:23:54 2021 +0000 Commit: Rick Farina gentoo org> CommitDate: Wed Apr 7 14:23:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49521986 net-wireless/soapybladerf: cmake-utils -> cmake eapi bump Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Rick Farina gentoo.org> net-wireless/soapybladerf/soapybladerf-0.4.1.ebuild | 4 ++-- net-wireless/soapybladerf/soapybladerf-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-wireless/soapybladerf/soapybladerf-0.4.1.ebuild b/net-wireless/soapybladerf/soapybladerf-0.4.1.ebuild index e49c18760c5..6d0f42506d1 100644 --- a/net-wireless/soapybladerf/soapybladerf-0.4.1.ebuild +++ b/net-wireless/soapybladerf/soapybladerf-0.4.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Soapy SDR plugin for the Blade RF" HOMEPAGE="https://github.com/pothosware/SoapyBladeRF" diff --git a/net-wireless/soapybladerf/soapybladerf-9999.ebuild b/net-wireless/soapybladerf/soapybladerf-9999.ebuild index e49c18760c5..6d0f42506d1 100644 --- a/net-wireless/soapybladerf/soapybladerf-9999.ebuild +++ b/net-wireless/soapybladerf/soapybladerf-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Soapy SDR plugin for the Blade RF" HOMEPAGE="https://github.com/pothosware/SoapyBladeRF"