commit: 38a842b2d2d8b702110aca923cca9ce321e58e58 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 13 09:09:01 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 13 09:09:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a842b2
profiles/arch/arm: mask/unmask proot[test] where no valgrind Bug: https://bugs.gentoo.org/890543 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm/armv7a/package.use.mask | 3 ++- profiles/arch/arm/package.use.mask | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/profiles/arch/arm/armv7a/package.use.mask b/profiles/arch/arm/armv7a/package.use.mask index b9878807147a..30e3a211c684 100644 --- a/profiles/arch/arm/armv7a/package.use.mask +++ b/profiles/arch/arm/armv7a/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Sam James <[email protected]> (2020-10-05) @@ -15,3 +15,4 @@ media-video/ffmpeg -rav1e # Sam James <[email protected]> (2020-06-27) # Tests require Valgrind, available on armv7a dev-libs/rapidjson -test +sys-apps/proot -test diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 19dd87fa8d1c..a359b831e8a5 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Florian Schmaus <[email protected]> (2022-11-23) @@ -138,6 +138,7 @@ kde-plasma/kdeplasma-addons webengine # Sam James <[email protected]> (2020-06-27) # Tests require Valgrind, not available on <armv7a dev-libs/rapidjson test +sys-apps/proot test # Jimi Huotari <[email protected]> (2020-05-17) # Mask until 'app-arch/lxqt-archiver' is keyworded.
