summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-11-15 16:34:14 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-11-15 16:34:39 +0100
commitcf9f180a59ff174f931cd487b1d0e2d6dc1641b5 (patch)
tree53d414ceb8db0dfdda935dc69d223f14a64a7157 /dev-php/jsonlint/jsonlint-1.8.2.ebuild
parentapp-i18n/libchewing: fix SizeViolation issue (diff)
downloadgentoo-cf9f180a59ff174f931cd487b1d0e2d6dc1641b5.tar.gz
gentoo-cf9f180a59ff174f931cd487b1d0e2d6dc1641b5.tar.bz2
gentoo-cf9f180a59ff174f931cd487b1d0e2d6dc1641b5.zip
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@gentoo.org>
Diffstat (limited to 'dev-php/jsonlint/jsonlint-1.8.2.ebuild')
-rw-r--r--dev-php/jsonlint/jsonlint-1.8.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-php/jsonlint/jsonlint-1.8.2.ebuild b/dev-php/jsonlint/jsonlint-1.8.2.ebuild
index aee6c195dba0..222fedc3e9da 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:*