commit: 36fe288c905efccad43ccf50873c6a87d1a36133 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Sat Jan 30 03:27:36 2016 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Sat Jan 30 03:27:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fe288c
dev-lang/php: Adjust the REQUIRED_USE to be readline or libedit for cli Package-Manager: portage-2.2.27 dev-lang/php/php-7.0.2-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/php/php-7.0.2-r5.ebuild b/dev-lang/php/php-7.0.2-r5.ebuild index e502be4..f6014cd 100644 --- a/dev-lang/php/php-7.0.2-r5.ebuild +++ b/dev-lang/php/php-7.0.2-r5.ebuild @@ -158,9 +158,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 )