commit: 3493f314564b7965e12a27ce9d3f26970210860b Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com> AuthorDate: Sun Aug 8 05:22:53 2021 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Tue Aug 10 08:50:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3493f314
profiles/arch/riscv: mask USE="portaudio" for espeak Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 259b69a7de6..c25da473809 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Alex Fan <[email protected]> (2021-08-08) +# portaudio & pulseaudio are not tested yet +app-accessibility/espeak portaudio + # Alex Fan <[email protected]> (2021-08-08) # portaudio & pulseaudio are not tested yet media-libs/openal portaudio pulseaudio
