commit: c5308afa3f835c1124beca4b22720abaac89c546 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info> AuthorDate: Sat Jun 27 06:24:47 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jun 29 06:33:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5308afa
profiles: arm: mask dev-python/rapidjson[test] (on < armv7a) Requires Valgrind, which we masked in 2beeeb9b2. Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/arm/armv7a/package.use.mask | 6 ++++++ profiles/arch/arm/package.use.mask | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/profiles/arch/arm/armv7a/package.use.mask b/profiles/arch/arm/armv7a/package.use.mask new file mode 100644 index 00000000000..8aea7c2c883 --- /dev/null +++ b/profiles/arch/arm/armv7a/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Sam James <[email protected]> (2020-06-27) +# Tests require Valgrind, available on armv7a +dev-libs/rapidjson -test diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 66421dc468c..f17a45fdd13 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2020-06-27) +# Tests require Valgrind, not available on <armv7a +dev-libs/rapidjson test + # Michał Górny <[email protected]> (2020-06-19) # Requires dev-util/dwarves. sys-kernel/gentoo-kernel debug
