commit: bd895cd34fa35f74a23a50c3838609aa1c2daa7e Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Thu Oct 3 17:34:33 2019 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Thu Oct 3 17:35:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd895cd3
profiles: remove per-arch connman[iwd] masks This functionality is fully broken until further notice, get rid of per-arch masks/unmasks Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> 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 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 82280b43d70..e12fa999409 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -73,7 +73,6 @@ media-gfx/imagemagick -heif # Ben Kohler <[email protected]> (2018-08-23) # Unmask iwd support where net-wireless/iwd is keyworded -net-misc/connman -iwd net-misc/networkmanager -iwd # Thomas Deutschmann <[email protected]> (2018-08-23) diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index faa9ca3ffc0..9c39320b7e5 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -51,7 +51,6 @@ media-gfx/imagemagick heif # Ben Kohler <[email protected]> (2018-08-23) # Mask iwd support until net-wireless/iwd is keyworded -net-misc/connman iwd net-misc/networkmanager iwd # Rick Farina <[email protected]> (2018-06-27) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index ce51c3317fa..c3f6d1739af 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -68,7 +68,6 @@ media-video/orion qtav # Ben Kohler <[email protected]> (2018-08-23) # Unmask iwd support where net-wireless/iwd is keyworded -net-misc/connman -iwd net-misc/networkmanager -iwd # Thomas Deutschmann <[email protected]> (2018-08-23)
