diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-09-07 12:15:28 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-09-07 12:49:23 +0300 |
commit | e6ed280b1e1d511db29f720f107aa0e84bf3dba5 (patch) | |
tree | 5282c9b4db50f2397202c754c6d71b8f2314b6e0 /profiles | |
parent | net-vpn/i2p: remove 0.9.{31,33}. (diff) | |
download | gentoo-e6ed280b1e1d511db29f720f107aa0e84bf3dba5.tar.gz gentoo-e6ed280b1e1d511db29f720f107aa0e84bf3dba5.tar.bz2 gentoo-e6ed280b1e1d511db29f720f107aa0e84bf3dba5.zip |
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
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 1 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 1 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 1 |
3 files changed, 3 insertions, 0 deletions
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 <bkohler@gentoo.org> (23 Aug 2018) # Unmask iwd support where net-wireless/iwd is keyworded net-misc/connman -iwd +net-misc/networkmanager -iwd # Thomas Deutschmann <whissi@gentoo.org> (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 <bkohler@gentoo.org> (23 Aug 2018) # Mask iwd support until net-wireless/iwd is keyworded net-misc/connman iwd +net-misc/networkmanager iwd # Rick Farina <zerochaos@gentoo.org> (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 <bkohler@gentoo.org> (23 Aug 2018) # Unmask iwd support where net-wireless/iwd is keyworded net-misc/connman -iwd +net-misc/networkmanager -iwd # Thomas Deutschmann <whissi@gentoo.org> (23 Aug 2018) # Dependency sys-cluster/ceph is keyworded for x86 |