projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99bef6c
)
dev-lang/php: Adjust the REQUIRED_USE to be readline or libedit for cli
author
Brian Evans
<grknight@gentoo.org>
Sat, 30 Jan 2016 03:27:36 +0000
(22:27 -0500)
committer
Brian Evans
<grknight@gentoo.org>
Sat, 30 Jan 2016 03:27:36 +0000
(22:27 -0500)
Package-Manager: portage-2.2.27
dev-lang/php/php-7.0.2-r5.ebuild
patch
|
blob
|
history
diff --git
a/dev-lang/php/php-7.0.2-r5.ebuild
b/dev-lang/php/php-7.0.2-r5.ebuild
index e502be41dadbf7693e504b859a0558f65567db77..f6014cd3667c1ed6570f760459bb948604e29b04 100644
(file)
--- 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 )