From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-962386-garchives=archives.gentoo.org@lists.gentoo.org>
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 A8A51139694
	for <garchives@archives.gentoo.org>; Tue, 18 Jul 2017 14:10:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DB2F0E0E36;
	Tue, 18 Jul 2017 14:10:46 +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 BC759E0E36
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Jul 2017 14:10:46 +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 A1C24341712
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Jul 2017 14:10:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F6C074A5
	for <gentoo-commits@lists.gentoo.org>; Tue, 18 Jul 2017 14:10:44 +0000 (UTC)
From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" <grknight@gentoo.org>
Message-ID: <1500387022.9e204e8a3eefdf8794b181531dce27a351283e0c.grknight@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/
X-VCS-Repository: repo/gentoo
X-VCS-Files: profiles/targets/desktop/package.use
X-VCS-Directories: profiles/targets/desktop/
X-VCS-Committer: grknight
X-VCS-Committer-Name: Brian Evans
X-VCS-Revision: 9e204e8a3eefdf8794b181531dce27a351283e0c
X-VCS-Branch: master
Date: Tue, 18 Jul 2017 14:10:44 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 80b67971-5fa7-4e23-8532-ad23843c5d34
X-Archives-Hash: 80e26ba4baf176cd59d1f135c452970e

commit:     9e204e8a3eefdf8794b181531dce27a351283e0c
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 14:10:22 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 14:10:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e204e8a

desktop/package.use: Don't force users to enable gd on PHP due to desktop defaults

 profiles/targets/desktop/package.use | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use
index c064a737e34..72bc285f3b5 100644
--- a/profiles/targets/desktop/package.use
+++ b/profiles/targets/desktop/package.use
@@ -1,6 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Brian Evans <grknight@gentoo.org> (18 Jul 2017)
+# Don't force users to enable gd on PHP due to desktop defaults
+dev-lang/php -exif -truetype
+
 # Ilya Tumaykin <itumaykin+gentoo@gmail.com> (02 Feb 2017)
 # Enable luajit for OSC and youtube-dl support by default.
 # Override default +sdl from desktop profile and disable sdl outputs.