Skip to content

Commit

Permalink
dev-php/php-redmine-api: Set json USE as default on for PHP 8
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Evans <[email protected]>
  • Loading branch information
Brian Evans committed Dec 10, 2020
1 parent e21a907 commit d887adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-php/php-redmine-api/php-redmine-api-1.5.16.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion dev-php/php-redmine-api/php-redmine-api-1.5.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d887adc

Please sign in to comment.