commit: cf9f180a59ff174f931cd487b1d0e2d6dc1641b5 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sun Nov 15 15:34:14 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Nov 15 15:34:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9f180a
dev-php/jsonlint: fix MissingTestRestrict Closes: https://bugs.gentoo.org/754696 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> dev-php/jsonlint/jsonlint-1.8.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-php/jsonlint/jsonlint-1.8.2.ebuild b/dev-php/jsonlint/jsonlint-1.8.2.ebuild index aee6c195dba..222fedc3e9d 100644 --- a/dev-php/jsonlint/jsonlint-1.8.2.ebuild +++ b/dev-php/jsonlint/jsonlint-1.8.2.ebuild @@ -11,6 +11,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-lang/php:*