From bfd4a8039b127242c714aa71b4e92e729b107811 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Sat, 13 Feb 2016 20:27:04 -0500 Subject: [PATCH] dev-lang/php: Update cli REQUIRED_USE to be exactly-one-of readline or libedit Package-Manager: portage-2.2.27 --- dev-lang/php/php-5.6.18.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) -- 2.26.2