diff options
author | Brian Evans <grknight@gentoo.org> | 2016-01-29 22:27:36 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2016-01-29 22:27:36 -0500 |
commit | 36fe288c905efccad43ccf50873c6a87d1a36133 (patch) | |
tree | 7427d077721103c2001e288294993124f9383ecf /dev-lang/php | |
parent | dev-php/PEAR-DB: add version 1.9.2. (diff) | |
download | gentoo-36fe288c905efccad43ccf50873c6a87d1a36133.tar.gz gentoo-36fe288c905efccad43ccf50873c6a87d1a36133.tar.bz2 gentoo-36fe288c905efccad43ccf50873c6a87d1a36133.zip |
dev-lang/php: Adjust the REQUIRED_USE to be readline or libedit for cli
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-lang/php')
-rw-r--r-- | dev-lang/php/php-7.0.2-r5.ebuild | 4 |
1 files 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 e502be41dadb..f6014cd3667c 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 ) |