diff options
author | Sam James <sam@gentoo.org> | 2022-01-29 03:58:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-29 03:58:36 +0000 |
commit | 4988146cc49fb2456f19df07883f25298c5587fb (patch) | |
tree | ecd560de2009407af20765ac571695134a91ce0a /profiles | |
parent | dev-python/cython: add 0.29.27 (diff) | |
download | gentoo-4988146cc49fb2456f19df07883f25298c5587fb.tar.gz gentoo-4988146cc49fb2456f19df07883f25298c5587fb.tar.bz2 gentoo-4988146cc49fb2456f19df07883f25298c5587fb.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/alpha/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/hppa/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/ia64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 4 |
4 files changed, 16 insertions, 0 deletions
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 <sam@gentoo.org> (2022-01-29) +# app-text/ronn-ng not keyworded here, bug #801103 +app-accessibility/espeak-ng man + # James Beddek <telans@posteo.de> (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 <sam@gentoo.org> (2022-01-29) +# app-text/ronn-ng not keyworded here, bug #801103 +app-accessibility/espeak-ng man + # Vadim Misbakh-Soloviov <mva@gentoo.org> (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 <sam@gentoo.org> (2022-01-29) +# app-text/ronn-ng not keyworded here, bug #801103 +app-accessibility/espeak-ng man + # Vadim Misbakh-Soloviov <mva@gentoo.org> (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 <sam@gentoo.org> (2022-01-29) +# app-text/ronn-ng not keyworded here, bug #801103 +app-accessibility/espeak-ng man + # Yongxinag Liang <tanekliang@gmail.com> (2022-01-09) # app-emulation/xen-tools doesn't support riscv yet app-emulation/qemu xen |