dev-lang/php: Update cli REQUIRED_USE to be exactly-one-of readline or libedit
authorBrian Evans <grknight@gentoo.org>
Sun, 14 Feb 2016 01:27:04 +0000 (20:27 -0500)
committerBrian Evans <grknight@gentoo.org>
Sun, 14 Feb 2016 01:27:04 +0000 (20:27 -0500)
Package-Manager: portage-2.2.27

dev-lang/php/php-5.6.18.ebuild

index 81626cf81f3deaef432b6a790869c54ae2873cc0..e61e3299b28dfa8e717f3315611f94cf73153a3a 100644 (file)
@@ -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 )