commit: 271af7d497e61e395ae1623a9b6dc533210e4045 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Thu Aug 23 13:02:37 2018 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Thu Aug 23 13:07:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271af7d4
profiles/arch: mask iwd support where keywords are missing profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/base/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 3a9127d80ef..3de9fb1595e 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Ben Kohler <[email protected]> (23 Aug 2018) +# Unmask iwd support where net-wireless/iwd is keyworded +net-misc/connman -iwd + # Thomas Deutschmann <[email protected]> (23 Aug 2018) # Dependency sys-cluster/ceph is keyworded for amd64 net-fs/samba -ceph diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 13505fe222d..289a5dd245f 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Ben Kohler <[email protected]> (23 Aug 2018) +# Mask iwd support until net-wireless/iwd is keyworded +net-misc/connman iwd + # Rick Farina <[email protected]> (27 Jun 2018) # Catalyst only has support for assembling bootloader on some arches dev-util/catalyst system-bootloader diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 9c635e6d37e..4a5ba549d97 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,10 @@ # This file requires >=portage-2.1.1 +# Ben Kohler <[email protected]> (23 Aug 2018) +# Unmask iwd support where net-wireless/iwd is keyworded +net-misc/connman -iwd + # Thomas Deutschmann <[email protected]> (23 Aug 2018) # Dependency sys-cluster/ceph is keyworded for x86 net-fs/samba -ceph
