commit: 2ba48f1de04a62ef1cb40f1f9f53d7046c3c6079
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 22:22:15 2021 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 22:28:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba48f1d
profiles: Mask dev-python/{distlib,virtualenv}[test] on ~m68k
Avoid lots of unkeyworded dependencies of Python tests.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
profiles/arch/m68k/package.use.mask | 2 ++
1 file changed, 2 insertions(+)
diff --git a/profiles/arch/m68k/package.use.mask
b/profiles/arch/m68k/package.use.mask
index b70c2d202f5..e6b69f4c0c8 100644
--- a/profiles/arch/m68k/package.use.mask
+++ b/profiles/arch/m68k/package.use.mask
@@ -42,10 +42,12 @@ dev-python/smartypants doc
# James Le Cuirot <[email protected]> (2021-08-21)
# Avoid lots of unkeyworded dependencies of Python tests.
dev-python/argcomplete test
+dev-python/distlib test
dev-python/nose test
dev-python/requests test
dev-python/setuptools test
dev-python/urllib3 test
+dev-python/virtualenv test
# James Le Cuirot <[email protected]> (2021-08-20)
# The CLI requires many unkeyworded dependencies.