summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/php')
-rw-r--r--dev-lang/php/php-5.6.18.ebuild4
1 files 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 )