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: Sun, 26 Sep 2021 22:29:04
Message-Id: 1632695274.ba137838df391bec5d6e39329d1787e94e537dc7.chewi@gentoo
1 commit: ba137838df391bec5d6e39329d1787e94e537dc7
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 26 15:32:38 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 26 22:27:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba137838
7
8 profiles: Mask {fonttools,sphinx}[test] to avoid m68k keywording
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 profiles/arch/m68k/package.use.mask | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask
16 index 4c4b2fa4992..460af8b9118 100644
17 --- a/profiles/arch/m68k/package.use.mask
18 +++ b/profiles/arch/m68k/package.use.mask
19 @@ -47,10 +47,12 @@ dev-python/wrapt doc
20 # Avoid lots of unkeyworded dependencies of Python tests.
21 dev-python/argcomplete test
22 dev-python/distlib test
23 +dev-python/fonttools test
24 dev-python/isort test
25 dev-python/nose test
26 dev-python/requests test
27 dev-python/setuptools test
28 +dev-python/sphinx test
29 dev-python/urllib3 test
30
31 # James Le Cuirot <chewi@g.o> (2021-08-20)