diff options
author | Brian Evans <grknight@gentoo.org> | 2017-07-18 10:10:22 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2017-07-18 10:10:22 -0400 |
commit | 9e204e8a3eefdf8794b181531dce27a351283e0c (patch) | |
tree | 8d53586babf32144284768217c6cb83346bcab4d /profiles/targets | |
parent | app-i18n/libkkc: call xdg_environment_reset (diff) | |
download | gentoo-9e204e8a3eefdf8794b181531dce27a351283e0c.tar.gz gentoo-9e204e8a3eefdf8794b181531dce27a351283e0c.tar.bz2 gentoo-9e204e8a3eefdf8794b181531dce27a351283e0c.zip |
desktop/package.use: Don't force users to enable gd on PHP due to desktop defaults
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/package.use | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index c064a737e349..72bc285f3b5f 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. |