From e6ed280b1e1d511db29f720f107aa0e84bf3dba5 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Fri, 7 Sep 2018 12:15:28 +0300 Subject: net-misc/networkmanager: bump to 1.12.2, support iwd iwd support is always built with USE=wifi, as net-wireless/iwd itself is not necessary for build due to pure dbus usage. USE=iwd controls whether USE=wifi ensures wpa_supplicant or iwd is present at runtime, and adds a default config snippet to use iwd as wifi.backend instead of wpa_supplicant. As a result, iwd and wpa_supplicant can be used interchangably with configuration overrides in /etc, despite what NM iwd USE setting was on the install, as long as USE=wifi was enabled; but a choice based default is ensured to be working in lack of overrides. Also remove unused versionator and toolchain-funcs inherits and add now needed glib-utils build dep directly for glib migration to that. Closes: https://bugs.gentoo.org/661278 Package-Manager: Portage-2.3.48, Repoman-2.3.10 --- profiles/arch/amd64/package.use.mask | 1 + profiles/arch/base/package.use.mask | 1 + profiles/arch/x86/package.use.mask | 1 + 3 files changed, 3 insertions(+) (limited to 'profiles') diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 3de9fb1595e4..9f896a204d6e 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -20,6 +20,7 @@ # Ben Kohler (23 Aug 2018) # Unmask iwd support where net-wireless/iwd is keyworded net-misc/connman -iwd +net-misc/networkmanager -iwd # Thomas Deutschmann (23 Aug 2018) # Dependency sys-cluster/ceph is keyworded for amd64 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 289a5dd245fd..de2c0398d358 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -4,6 +4,7 @@ # Ben Kohler (23 Aug 2018) # Mask iwd support until net-wireless/iwd is keyworded net-misc/connman iwd +net-misc/networkmanager iwd # Rick Farina (27 Jun 2018) # Catalyst only has support for assembling bootloader on some arches diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 92cbc9ba5fde..89f518998980 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -15,6 +15,7 @@ media-video/vlc aom aribsub # Ben Kohler (23 Aug 2018) # Unmask iwd support where net-wireless/iwd is keyworded net-misc/connman -iwd +net-misc/networkmanager -iwd # Thomas Deutschmann (23 Aug 2018) # Dependency sys-cluster/ceph is keyworded for x86 -- cgit v1.2.3-65-gdbad