Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/
Date: Sat, 30 Jan 2016 03:27:59
Message-Id: 1454124456.36fe288c905efccad43ccf50873c6a87d1a36133.grknight@gentoo
1 commit: 36fe288c905efccad43ccf50873c6a87d1a36133
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 03:27:36 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 03:27:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fe288c
7
8 dev-lang/php: Adjust the REQUIRED_USE to be readline or libedit for cli
9
10 Package-Manager: portage-2.2.27
11
12 dev-lang/php/php-7.0.2-r5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-lang/php/php-7.0.2-r5.ebuild b/dev-lang/php/php-7.0.2-r5.ebuild
16 index e502be4..f6014cd 100644
17 --- a/dev-lang/php/php-7.0.2-r5.ebuild
18 +++ b/dev-lang/php/php-7.0.2-r5.ebuild
19 @@ -158,9 +158,9 @@ DEPEND="${DEPEND}
20
21 php="=${CATEGORY}/${PF}"
22
23 -# Without USE=readline, the interactive "php -a" CLI will hang.
24 +# Without USE=readline or libedit, the interactive "php -a" CLI will hang.
25 REQUIRED_USE="
26 - cli? ( readline )
27 + cli? ( ^^ ( readline libedit ) )
28 truetype? ( gd )
29 vpx? ( gd )
30 cjk? ( gd )