diff options
author | 2018-07-12 10:02:16 -0400 | |
---|---|---|
committer | 2018-07-12 10:02:16 -0400 | |
commit | a792cedc184897175195c932024f1cda643378c0 (patch) | |
tree | bfbf91356bbf48d6eddea93b2111fef2d976ec99 /dev-lang/php/php-7.1.18.ebuild | |
parent | dev-db/percona-toolkit: whitespace (diff) | |
download | gentoo-a792cedc184897175195c932024f1cda643378c0.tar.gz gentoo-a792cedc184897175195c932024f1cda643378c0.tar.bz2 gentoo-a792cedc184897175195c932024f1cda643378c0.zip |
dev-lang/php: Refine the REQUIRED_USE on gd to help the user
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'dev-lang/php/php-7.1.18.ebuild')
-rw-r--r-- | dev-lang/php/php-7.1.18.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-lang/php/php-7.1.18.ebuild b/dev-lang/php/php-7.1.18.ebuild index f53642ef9653..b7d2c829465a 100644 --- a/dev-lang/php/php-7.1.18.ebuild +++ b/dev-lang/php/php-7.1.18.ebuild @@ -123,11 +123,11 @@ DEPEND="${COMMON_DEPEND} REQUIRED_USE=" || ( cli cgi fpm apache2 embed phpdbg ) cli? ( ^^ ( readline libedit ) ) - truetype? ( gd ) - webp? ( gd ) - cjk? ( gd ) - exif? ( gd ) - xpm? ( gd ) + truetype? ( gd zlib ) + webp? ( gd zlib ) + cjk? ( gd zlib ) + exif? ( gd zlib ) + xpm? ( gd zlib ) gd? ( zlib ) simplexml? ( xml ) soap? ( xml ) |