Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/
Date: Tue, 18 Jul 2017 14:10:47
Message-Id: 1500387022.9e204e8a3eefdf8794b181531dce27a351283e0c.grknight@gentoo
1 commit: 9e204e8a3eefdf8794b181531dce27a351283e0c
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 18 14:10:22 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 18 14:10:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e204e8a
7
8 desktop/package.use: Don't force users to enable gd on PHP due to desktop defaults
9
10 profiles/targets/desktop/package.use | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use
14 index c064a737e34..72bc285f3b5 100644
15 --- a/profiles/targets/desktop/package.use
16 +++ b/profiles/targets/desktop/package.use
17 @@ -1,6 +1,10 @@
18 # Copyright 1999-2017 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20
21 +# Brian Evans <grknight@g.o> (18 Jul 2017)
22 +# Don't force users to enable gd on PHP due to desktop defaults
23 +dev-lang/php -exif -truetype
24 +
25 # Ilya Tumaykin <itumaykin+gentoo@×××××.com> (02 Feb 2017)
26 # Enable luajit for OSC and youtube-dl support by default.
27 # Override default +sdl from desktop profile and disable sdl outputs.