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 <[email protected]> (18 Jul 2017) +# Don't force users to enable gd on PHP due to desktop defaults +dev-lang/php -exif -truetype + # Ilya Tumaykin <[email protected]> (02 Feb 2017) # Enable luajit for OSC and youtube-dl support by default. # Override default +sdl from desktop profile and disable sdl outputs.
