commit: 46e8b7db7bb897c557337b821140e2ddd89199d5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 3 02:07:06 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 3 02:19:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e8b7db
profiles/arch/sparc: mask dev-cpp/eigen[test] This is a test-dependency of a dependency and the tests have a large number of unkeyworded dependencies. Skipping for now. Bug: https://bugs.gentoo.org/760803 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/sparc/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index fd0250b3a87..5f0e692d0ce 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2021-06-03) +# Mask tests on dev-cpp/eigen for now as they're rather large and +# eigen itself is only being dragged in as a test dependency for now. +# bug #760803 +dev-cpp/eigen test + # Marek Szuba <[email protected]> (2021-05-07) # Legacy interface that depends on kernel headers not available on this arch # as well as currently-unkeyworded dev-libs/libx86
