From: Brian Evans Date: Sun, 14 Feb 2016 01:27:04 +0000 (-0500) Subject: dev-lang/php: Update cli REQUIRED_USE to be exactly-one-of readline or libedit X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bfd4a8039b127242c714aa71b4e92e729b107811;p=gentoo.git dev-lang/php: Update cli REQUIRED_USE to be exactly-one-of readline or libedit Package-Manager: portage-2.2.27 --- diff --git a/dev-lang/php/php-5.6.18.ebuild b/dev-lang/php/php-5.6.18.ebuild index 81626cf81f3d..e61e3299b28d 100644 --- a/dev-lang/php/php-5.6.18.ebuild +++ b/dev-lang/php/php-5.6.18.ebuild @@ -165,9 +165,9 @@ DEPEND="${DEPEND} php="=${CATEGORY}/${PF}" -# Without USE=readline, the interactive "php -a" CLI will hang. +# Without USE=readline or libedit, the interactive "php -a" CLI will hang. REQUIRED_USE=" - cli? ( readline ) + cli? ( ^^ ( readline libedit ) ) truetype? ( gd ) vpx? ( gd ) cjk? ( gd )