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 BB321158F56 for ; Tue, 17 Aug 2021 10:23:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0EA9E0833; Tue, 17 Aug 2021 10:23:28 +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 B5EE0E0833 for ; Tue, 17 Aug 2021 10:23:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6B694335DA1 for ; Tue, 17 Aug 2021 10:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0D3C8B0 for ; Tue, 17 Aug 2021 10:23:23 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1629195794.f9da6a7e28d43227d5f4fe7644031b9fab1ab9c2.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/alpha/, profiles/arch/mips/, profiles/arch/ia64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/alpha/package.use.mask profiles/arch/ia64/package.use.mask profiles/arch/mips/package.use.mask X-VCS-Directories: profiles/arch/alpha/ profiles/arch/mips/ profiles/arch/ia64/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: f9da6a7e28d43227d5f4fe7644031b9fab1ab9c2 X-VCS-Branch: master Date: Tue, 17 Aug 2021 10:23:23 +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: b6e95a77-c915-4026-a5de-3c7cc3a20020 X-Archives-Hash: 29c2159f6d39c14af399b44447a851e9 commit: f9da6a7e28d43227d5f4fe7644031b9fab1ab9c2 Author: Marek Szuba gentoo org> AuthorDate: Tue Aug 17 10:16:28 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Aug 17 10:23:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9da6a7e profiles/arch: mask sys-apps/rng-tools[rtlsdr] on alpha, ia64, mips Signed-off-by: Marek Szuba gentoo.org> profiles/arch/alpha/package.use.mask | 4 ++++ profiles/arch/ia64/package.use.mask | 4 ++++ profiles/arch/mips/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index dcdd15a9062..126c09d37cf 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba (2021-08-17) +# net-wireless/rtl-sdr not keyworded here +sys-apps/rng-tools rtlsdr + # Marek Szuba (2021-08-11) # dev-ruby/{thor,tty-editor} not keyworded here yet (Bug #807685) app-text/htmltidy test diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 7dbe7356975..6927332333a 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba (2021-08-17) +# net-wireless/rtl-sdr not keyworded here +sys-apps/rng-tools rtlsdr + # Michał Górny (2021-07-25) # PyQt5 and wxpython are not keyworded. dev-python/matplotlib wxwidgets diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 123047b0b6a..24dac8b3590 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba (2021-08-17) +# net-wireless/rtl-sdr not keyworded here +sys-apps/rng-tools rtlsdr + # Joshua Kinard (2021-07-31) # Mask USE 'test' on MIPS for libgudev. This requires dev-util/umockdev, # which has apparently never had a MIPS keyword. Running the testsuite can be