mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-php/php-redmine-api: Set json USE as default on for PHP 8
Signed-off-by: Brian Evans <grknight@gentoo.org>
This commit is contained in:
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-lang/php:*[curl,json,simplexml]"
|
||||
RDEPEND="dev-lang/php:*[curl,json(+),simplexml]"
|
||||
BDEPEND="test? ( ${RDEPEND} <dev-php/phpunit-6 )"
|
||||
|
||||
src_install() {
|
||||
|
||||
@@ -13,7 +13,7 @@ KEYWORDS="amd64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-lang/php:*[curl,json,simplexml]"
|
||||
RDEPEND="dev-lang/php:*[curl,json(+),simplexml]"
|
||||
DEPEND="test? ( ${RDEPEND} <dev-php/phpunit-6 )"
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user