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: Sat, 25 Sep 2021 13:10:02
Message-Id: 1632575317.64c20526ff86626676b5f0bd266b6b4f28114b10.chewi@gentoo
1 commit: 64c20526ff86626676b5f0bd266b6b4f28114b10
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 10:28:06 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 13:08:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c20526
7
8 profiles: Mask flags on more Python things to avoid m68k keywording
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 profiles/arch/m68k/package.use.mask | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask
16 index 6795f20a81b..4c4b2fa4992 100644
17 --- a/profiles/arch/m68k/package.use.mask
18 +++ b/profiles/arch/m68k/package.use.mask
19 @@ -30,19 +30,24 @@ dev-python/cython doc
20 dev-python/cffi doc
21 dev-python/cssselect doc
22 dev-python/execnet doc
23 +dev-python/flake8 doc
24 dev-python/greenlet doc
25 dev-python/jinja doc
26 dev-python/lxml doc
27 dev-python/py doc
28 dev-python/pyasn1 doc
29 +dev-python/pycodestyle doc
30 dev-python/pygments doc
31 +dev-python/pylint doc
32 dev-python/pytest-cov doc
33 dev-python/smartypants doc
34 +dev-python/wrapt doc
35
36 # James Le Cuirot <chewi@g.o> (2021-08-21)
37 # Avoid lots of unkeyworded dependencies of Python tests.
38 dev-python/argcomplete test
39 dev-python/distlib test
40 +dev-python/isort test
41 dev-python/nose test
42 dev-python/requests test
43 dev-python/setuptools test