commit: c216c09911f4c7ec6b8ba0023f3b42a9b958634a Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Mar 24 19:53:13 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Mar 24 19:53:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c216c099
profiles/arch/riscv: Mask dev-python/pytest-services[test] ...to prevent pulling in net-misc/memcached which currently has test failures on riscv. Bug: https://bugs.gentoo.org/835717 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index b34b1d80f7be..cb35e1a756ec 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,11 @@ # Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jakov Smolić <[email protected]> (2022-03-24) +# Depends on net-misc/memcached which has concerning test +# failures on riscv (bug #811477) +dev-python/pytest-services test + # Adel Kara Slimane <[email protected]> (2022-03-14) # Untested useflag on other arches, needs keywording media-video/ffmpeg vmaf
