From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5A30D138A1A for ; Thu, 19 Feb 2015 02:58:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 205CCE09AD; Thu, 19 Feb 2015 02:58:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88777E08F4 for ; Thu, 19 Feb 2015 02:58:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7828C340858 for ; Thu, 19 Feb 2015 02:58:03 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2306) id 2514612112; Thu, 19 Feb 2015 02:58:02 +0000 (UTC) From: "Alexandre Rostovtsev (tetromino)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tetromino@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/targets/desktop/gnome: package.use X-VCS-Repository: gentoo-x86 X-VCS-Files: package.use X-VCS-Directories: profiles/targets/desktop/gnome X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150219025802.2514612112@oystercatcher.gentoo.org> Date: Thu, 19 Feb 2015 02:58:02 +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-Archives-Salt: 7d8713c8-b2cf-4b8d-9524-97fba6c32267 X-Archives-Hash: dab4067a4f1870eeb755d8bfd9e269d5 tetromino 15/02/19 02:58:02 Modified: package.use Log: Set reasonable choice of USE=gtk2 or gtk3 for nvidia-drivers depending on profile so average users aren't forced to choose manually to avoid emerge failure Revision Changes Path 1.29 profiles/targets/desktop/gnome/package.use file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/gnome/package.use?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/gnome/package.use?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/desktop/gnome/package.use?r1=1.28&r2=1.29 Index: package.use =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/targets/desktop/gnome/package.use,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- package.use 29 Jun 2014 00:41:07 -0000 1.28 +++ package.use 19 Feb 2015 02:58:02 -0000 1.29 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/gnome/package.use,v 1.28 2014/06/29 00:41:07 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/gnome/package.use,v 1.29 2015/02/19 02:58:02 tetromino Exp $ # For eautoreconf in =app-crypt/seahorse-3.10.2-r1 app-crypt/gcr vala @@ -78,3 +78,8 @@ # Required by app-admin/sabayon x11-base/xorg-server kdrive + +# Alexandre Rostovtsev (19 Feb 2015) +# Set reasonable default toolkit for gnome users to prevent emerge error +# when USE=tools +x11-drivers/nvidia-drivers -gtk2 gtk3