From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94905138334 for ; Tue, 19 Mar 2019 20:35:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B527BE0878; Tue, 19 Mar 2019 20:35:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D6FEE0878 for ; Tue, 19 Mar 2019 20:35:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2476B335D04 for ; Tue, 19 Mar 2019 20:35:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE995562 for ; Tue, 19 Mar 2019 20:35:25 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1553027601.06eb00fc6b2ffebd6957b5ab8449332562126e82.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/gnome/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/targets/desktop/gnome/make.defaults X-VCS-Directories: profiles/targets/desktop/gnome/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 06eb00fc6b2ffebd6957b5ab8449332562126e82 X-VCS-Branch: master Date: Tue, 19 Mar 2019 20:35:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 891eef29-f4b4-4a02-8bc0-40e15b49e077 X-Archives-Hash: 5cf30a80db4bb3eb4ff215acfcc1cef2 commit: 06eb00fc6b2ffebd6957b5ab8449332562126e82 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Mar 19 20:31:03 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Mar 19 20:33:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06eb00fc profiles/targets/desktop/gnome: Enable USE=networkmanager by default Networkmanager is a core component of GNOME, so default enable it. Otherwise we just had a IUSE=+networkmanager in gnome-shell, which in turn hits users with a need to package.use it for gnome-control-center and more, or just globally enable it. Just do so by default, as it is generally expected to be used with GNOME (yes, even with wired; easy VPN support and so on). Signed-off-by: Mart Raudsepp gentoo.org> profiles/targets/desktop/gnome/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/targets/desktop/gnome/make.defaults b/profiles/targets/desktop/gnome/make.defaults index fdeb486548d..09b365139a7 100644 --- a/profiles/targets/desktop/gnome/make.defaults +++ b/profiles/targets/desktop/gnome/make.defaults @@ -1,4 +1,4 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -USE="colord eds evo gnome gnome-keyring gnome-online-accounts gstreamer introspection libsecret nautilus pulseaudio tracker" +USE="colord eds evo gnome gnome-keyring gnome-online-accounts gstreamer introspection libsecret nautilus networkmanager pulseaudio tracker"