commit: f33fa467a2308fa409d0cd16b3081530783e49a5 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Thu Oct 3 15:05:49 2019 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Thu Oct 3 15:06:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33fa467
profiles: mask iwd support on connman for now Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index aa5d61f3eea..40eaf5025ed 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -7,6 +7,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Ben Kohler <[email protected]> (2019-10-03) +# iwd backend for connman hasn't kept up with iwd releases/API, mask +# until it catches up. +net-misc/connman iwd + # Brian Evans <[email protected]> (2019-10-01) # PHP support is broken with current version # Mask USE until they are fixed
