commit: 4988146cc49fb2456f19df07883f25298c5587fb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 29 03:58:36 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 29 03:58:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4988146c
profiles/arch: mask app-accessibility/espeak-ng[man] where no ronn-ng Ruby is difficult to build on some arches and let's not delay making this important tool available for now. Bug: https://bugs.gentoo.org/801103 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 4 ++++ profiles/arch/hppa/package.use.mask | 4 ++++ profiles/arch/ia64/package.use.mask | 4 ++++ profiles/arch/riscv/package.use.mask | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index cc4570566a11..5d43e7afc115 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2022-01-29) +# app-text/ronn-ng not keyworded here, bug #801103 +app-accessibility/espeak-ng man + # James Beddek <[email protected]> (2022-01-15) # media-libs/svt-av1 is not keyworded here media-video/ffmpeg svt-av1 diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 99399f29eb58..26772ef3cfec 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Sam James <[email protected]> (2022-01-29) +# app-text/ronn-ng not keyworded here, bug #801103 +app-accessibility/espeak-ng man + # Vadim Misbakh-Soloviov <[email protected]> (2021-12-09) # ts-cli requires rust to be built, and rust is unavailable here ATM. dev-libs/tree-sitter ts-cli diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index 39449f591615..cb46912d793e 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2022-01-29) +# app-text/ronn-ng not keyworded here, bug #801103 +app-accessibility/espeak-ng man + # Vadim Misbakh-Soloviov <[email protected]> (2021-12-09) # ts-cli requires rust to be built, and rust is unavailable here ATM. dev-libs/tree-sitter ts-cli diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index d030f7b7dfab..90da82af540b 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2022-01-29) +# app-text/ronn-ng not keyworded here, bug #801103 +app-accessibility/espeak-ng man + # Yongxinag Liang <[email protected]> (2022-01-09) # app-emulation/xen-tools doesn't support riscv yet app-emulation/qemu xen
