Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/m68k/
Date: Tue, 21 Sep 2021 22:29:22
Message-Id: 1632263323.2ba48f1de04a62ef1cb40f1f9f53d7046c3c6079.chewi@gentoo
1 commit: 2ba48f1de04a62ef1cb40f1f9f53d7046c3c6079
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 22:22:15 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 22:28:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba48f1d
7
8 profiles: Mask dev-python/{distlib,virtualenv}[test] on ~m68k
9
10 Avoid lots of unkeyworded dependencies of Python tests.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 profiles/arch/m68k/package.use.mask | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask
18 index b70c2d202f5..e6b69f4c0c8 100644
19 --- a/profiles/arch/m68k/package.use.mask
20 +++ b/profiles/arch/m68k/package.use.mask
21 @@ -42,10 +42,12 @@ dev-python/smartypants doc
22 # James Le Cuirot <chewi@g.o> (2021-08-21)
23 # Avoid lots of unkeyworded dependencies of Python tests.
24 dev-python/argcomplete test
25 +dev-python/distlib test
26 dev-python/nose test
27 dev-python/requests test
28 dev-python/setuptools test
29 dev-python/urllib3 test
30 +dev-python/virtualenv test
31
32 # James Le Cuirot <chewi@g.o> (2021-08-20)
33 # The CLI requires many unkeyworded dependencies.