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:21
Message-Id: 1632263310.f16fde9c28624144f32a4dcdae77ce4c5bc649c9.chewi@gentoo
1 commit: f16fde9c28624144f32a4dcdae77ce4c5bc649c9
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 21:48:19 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 22:28:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f16fde9c
7
8 profiles: Mask dev-python/{greenlet,pytest-cov}[doc] on m68k
9
10 Avoid having to keyword dev-python/sphinx and friends for now.
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 3d859953d6a..b70c2d202f5 100644
19 --- a/profiles/arch/m68k/package.use.mask
20 +++ b/profiles/arch/m68k/package.use.mask
21 @@ -30,11 +30,13 @@ dev-python/cython doc
22 dev-python/cffi doc
23 dev-python/cssselect doc
24 dev-python/execnet doc
25 +dev-python/greenlet doc
26 dev-python/jinja doc
27 dev-python/lxml doc
28 dev-python/py doc
29 dev-python/pyasn1 doc
30 dev-python/pygments doc
31 +dev-python/pytest-cov doc
32 dev-python/smartypants doc
33
34 # James Le Cuirot <chewi@g.o> (2021-08-21)