Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Thu, 03 Oct 2019 15:06:42
Message-Id: 1570115179.f33fa467a2308fa409d0cd16b3081530783e49a5.bkohler@gentoo
1 commit: f33fa467a2308fa409d0cd16b3081530783e49a5
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 3 15:05:49 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 15:06:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33fa467
7
8 profiles: mask iwd support on connman for now
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 profiles/base/package.use.mask | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
16 index aa5d61f3eea..40eaf5025ed 100644
17 --- a/profiles/base/package.use.mask
18 +++ b/profiles/base/package.use.mask
19 @@ -7,6 +7,11 @@
20 # This file is only for generic masks. For arch-specific masks (i.e.
21 # mask everywhere, unmask on arch/*) use arch/base.
22
23 +# Ben Kohler <bkohler@g.o> (2019-10-03)
24 +# iwd backend for connman hasn't kept up with iwd releases/API, mask
25 +# until it catches up.
26 +net-misc/connman iwd
27 +
28 # Brian Evans <grknight@g.o> (2019-10-01)
29 # PHP support is broken with current version
30 # Mask USE until they are fixed