commit: 95348ca3b33fe1e6f2ab40ba5de94c5aba572c2c Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Mon Nov 11 14:26:15 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Mon Nov 11 14:27:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95348ca3
profiles: Mask sys-block/fio[gnuplot] everywhere except amd64 & x86 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/base/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index c03379c9fec..4d08305a170 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Thomas Deutschmann <[email protected]> (2019-11-11) +# dev-python/pandas is keyworded for amd64 +sys-block/fio -gnuplot + # Craig Andrews <[email protected]> (2019-10-08) # net-misc/quiche is available on this arch net-misc/curl -quiche diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 07a85754d01..14c0288d655 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Thomas Deutschmann <[email protected]> (2019-11-11) +# dev-python/pandas is only keyworded for amd64 & x86 +sys-block/fio gnuplot + # Craig Andrews <[email protected]> (2019-10-08) # net-libs/quiche is not available on all arches # Track addition arch keywording of quiche at: diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index e5e1b295791..dd12b908e28 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,10 @@ # This file requires >=portage-2.1.1 +# Thomas Deutschmann <[email protected]> (2019-11-11) +# dev-python/pandas is keyworded for x86 +sys-block/fio -gnuplot + # Andreas Sturmlechner <[email protected]> (2019-10-29) # Neither sys-apps/bolt nor kde-plasma/plasma-thunderbolt are keyworded # bugs #697860, #698172
