summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-02-13 20:27:04 -0500
committerBrian Evans <grknight@gentoo.org>2016-02-13 20:27:04 -0500
commitbfd4a8039b127242c714aa71b4e92e729b107811 (patch)
tree9b3b458993ab8fe4b724a850c40c1216ed3cf8ee /dev-lang/php
parentRestricting distcc, bug #554790 (diff)
downloadgentoo-bfd4a8039b127242c714aa71b4e92e729b107811.tar.gz
gentoo-bfd4a8039b127242c714aa71b4e92e729b107811.tar.bz2
gentoo-bfd4a8039b127242c714aa71b4e92e729b107811.zip
dev-lang/php: Update cli REQUIRED_USE to be exactly-one-of readline or libedit
Package-Manager: portage-2.2.27
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 )