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 BE91815800A for ; Sun, 20 Aug 2023 18:14:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC3CC2BC015; Sun, 20 Aug 2023 18:14:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C12AA2BC015 for ; Sun, 20 Aug 2023 18:14:02 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1C44341050 for ; Sun, 20 Aug 2023 18:14:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D5D5BF4 for ; Sun, 20 Aug 2023 18:14:00 +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: <1692555230.3f525c3b12ac8bb2b185bc47c802b7d1637eb61c.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/soapyrtlsdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.2.ebuild net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild X-VCS-Directories: net-wireless/soapyrtlsdr/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 3f525c3b12ac8bb2b185bc47c802b7d1637eb61c X-VCS-Branch: master Date: Sun, 20 Aug 2023 18:14:00 +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: daa9832b-7e8c-4507-bafe-159c5ec19352 X-Archives-Hash: 9dca41de38653a15eae078e69d740d35 commit: 3f525c3b12ac8bb2b185bc47c802b7d1637eb61c Author: Rick Farina gentoo org> AuthorDate: Sun Aug 20 18:12:14 2023 +0000 Commit: Rick Farina gentoo org> CommitDate: Sun Aug 20 18:13:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f525c3b net-wireless/soapyrtlsdr: update EAPI 7 -> 8 Minor ebuild qa Signed-off-by: Rick Farina gentoo.org> net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.2.ebuild | 5 +++-- net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.2.ebuild b/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.2.ebuild index 233db42fb43c..769f04594963 100644 --- a/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.2.ebuild +++ b/net-wireless/soapyrtlsdr/soapyrtlsdr-0.3.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake @@ -23,3 +23,4 @@ SLOT="0" RDEPEND="net-wireless/soapysdr:= net-wireless/rtl-sdr" DEPEND="${RDEPEND}" +BDEPEND="" diff --git a/net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild b/net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild index c69214fbee0c..769f04594963 100644 --- a/net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild +++ b/net-wireless/soapyrtlsdr/soapyrtlsdr-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake @@ -12,7 +12,7 @@ if [ "${PV}" = "9999" ]; then EGIT_REPO_URI="https://github.com/pothosware/SoapyRTLSDR.git" inherit git-r3 else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~riscv ~x86" SRC_URI="https://github.com/pothosware/SoapyRTLSDR/archive/soapy-rtl-sdr-${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/SoapyRTLSDR-soapy-rtl-sdr-"${PV}" fi @@ -23,3 +23,4 @@ SLOT="0" RDEPEND="net-wireless/soapysdr:= net-wireless/rtl-sdr" DEPEND="${RDEPEND}" +BDEPEND=""