commit: cf94370fa44a72d1ab7581bd62d34af32ef51b1d Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Sep 11 09:52:07 2016 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Sep 11 11:27:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf94370f
profiles: mask ofono for upcoming networkmanager 1.4 on alpha & ia64 profiles/arch/alpha/package.use.mask | 5 +++++ profiles/arch/ia64/package.use.mask | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 1cf06ad..f73e1f8 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -2,6 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# 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 + # Tobias Klausmann <[email protected]> (04 Jul 2016) # Mask USE=test since it implies USE=valgrind net-mail/notmuch test diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index f8a0fdd..a1a9518 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -2,6 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# 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 + # Thomas Deutschmann <[email protected]> (26 Aug 2016) # Enable numa support on supported architectures dev-db/percona-server -numa
