commit: bfd4a8039b127242c714aa71b4e92e729b107811
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 01:27:04 2016 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 01:27:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd4a803
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 81626cf..e61e329 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 )