commit: 7332e0d33dd31c36868e9c7aa3a327323a8272b0 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Sep 11 12:22:15 2016 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Sep 11 15:10:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7332e0d3
profiles: use.mask teamd on nm-applet These arches do not have teamd support in networkmanager so it resolver barks if we try to depend on it. profiles/arch/alpha/package.use.mask | 4 ++++ profiles/arch/ia64/package.use.mask | 4 ++++ profiles/arch/sparc/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index f73e1f8..802efa1 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -3,6 +3,10 @@ # $Id$ # Gilles Dartiguelongue <[email protected]> (11 Sep 2016) +# networkmanager USE masked due to missing keywords +gnome-extra/nm-applet teamd + +# Gilles Dartiguelongue <[email protected]> (11 Sep 2016) # Opt-out of ofono support until there is a user request, # see also pulseaudio/connman net-misc/networkmanager ofono diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index a1a9518..92c6bc5 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -3,6 +3,10 @@ # $Id$ # Gilles Dartiguelongue <[email protected]> (11 Sep 2016) +# networkmanager USE masked due to missing keywords +gnome-extra/nm-applet teamd + +# Gilles Dartiguelongue <[email protected]> (11 Sep 2016) # Opt-out of ofono support until there is a user request, # see also pulseaudio/connman net-misc/networkmanager ofono diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 6770f78..a15e8abc 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Gilles Dartiguelongue <[email protected]> (11 Sep 2016) +# networkmanager USE masked due to missing keywords +gnome-extra/nm-applet teamd + # Alexandre Rostovtsev <[email protected]> (28 Jun 2016) # Missing keywords on app-text/gspell - bug #587368 >=app-editors/gedit-3.20 spell
