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 645F415807A for ; Thu, 9 Sep 2021 23:56:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B00BEE0956; Thu, 9 Sep 2021 23:56:33 +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 BA19DE0954 for ; Thu, 9 Sep 2021 23:56:32 +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 09173335D04 for ; Thu, 9 Sep 2021 23:56:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B962DBF for ; Thu, 9 Sep 2021 23:56:27 +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: <1631231740.bd8f6b8796efca03c2b05b0dc6128974e9813b5f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/rtl-sdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/rtl-sdr/rtl-sdr-0.6.0_p2020802.ebuild X-VCS-Directories: net-wireless/rtl-sdr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bd8f6b8796efca03c2b05b0dc6128974e9813b5f X-VCS-Branch: master Date: Thu, 9 Sep 2021 23:56:27 +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: d5b4543f-4ef9-413e-9b8d-d5cfbc302aa2 X-Archives-Hash: 0940a85e07018cefb465afa4073a1f1f commit: bd8f6b8796efca03c2b05b0dc6128974e9813b5f Author: Sam James gentoo org> AuthorDate: Thu Sep 9 23:55:40 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 9 23:55:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8f6b87 net-wireless/rtl-sdr: Stabilize 0.6.0_p2020802 arm, #806306 Signed-off-by: Sam James gentoo.org> net-wireless/rtl-sdr/rtl-sdr-0.6.0_p2020802.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/rtl-sdr/rtl-sdr-0.6.0_p2020802.ebuild b/net-wireless/rtl-sdr/rtl-sdr-0.6.0_p2020802.ebuild index 70198b20452..31022500b50 100644 --- a/net-wireless/rtl-sdr/rtl-sdr-0.6.0_p2020802.ebuild +++ b/net-wireless/rtl-sdr/rtl-sdr-0.6.0_p2020802.ebuild @@ -21,7 +21,7 @@ else COMMIT="ed0317e6a58c098874ac58b769cf2e609c18d9a5" SRC_URI="https://github.com/osmocom/rtl-sdr/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" - KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86" + KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~riscv x86" fi LICENSE="GPL-2"