diff options
author | 2021-08-17 11:16:28 +0100 | |
---|---|---|
committer | 2021-08-17 11:23:14 +0100 | |
commit | f9da6a7e28d43227d5f4fe7644031b9fab1ab9c2 (patch) | |
tree | 3b2a18f129f8fc80346d39c5b9166b23ff5bc388 /profiles | |
parent | sys-apps/rng-tools: add support for rtlsdr entropy source (diff) | |
download | gentoo-f9da6a7e28d43227d5f4fe7644031b9fab1ab9c2.tar.gz gentoo-f9da6a7e28d43227d5f4fe7644031b9fab1ab9c2.tar.bz2 gentoo-f9da6a7e28d43227d5f4fe7644031b9fab1ab9c2.zip |
profiles/arch: mask sys-apps/rng-tools[rtlsdr] on alpha, ia64, mips
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/alpha/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/ia64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/mips/package.use.mask | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index dcdd15a90626..126c09d37cf8 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 <marecki@gentoo.org> (2021-08-17) +# net-wireless/rtl-sdr not keyworded here +sys-apps/rng-tools rtlsdr + # Marek Szuba <marecki@gentoo.org> (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 7dbe7356975f..6927332333a6 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 <marecki@gentoo.org> (2021-08-17) +# net-wireless/rtl-sdr not keyworded here +sys-apps/rng-tools rtlsdr + # Michał Górny <mgorny@gentoo.org> (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 123047b0b6a0..24dac8b35909 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 <marecki@gentoo.org> (2021-08-17) +# net-wireless/rtl-sdr not keyworded here +sys-apps/rng-tools rtlsdr + # Joshua Kinard <kumba@gentoo.org> (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 |