dev-lang/spidermonkey: [QA] Fix MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 15:32:40 +0000 (16:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 16:34:12 +0000 (17:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild
dev-lang/spidermonkey/spidermonkey-38.3.0.ebuild
dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild
dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r1.ebuild
dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild
dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild

index 9a876260087ac70d25a7fb29b90e83de4b44a70c..c480b431fdfcd83f16167978bf60e758ce915bcb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -21,7 +21,7 @@ KEYWORDS="alpha amd64 arm -hppa ia64 -mips ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="debug jit minimal static-libs test"
 
 REQUIRED_USE="debug? ( jit )"
-RESTRICT="ia64? ( test )"
+RESTRICT="!test? ( test ) ia64? ( test )"
 
 S="${WORKDIR}/${MY_P}"
 BUILDDIR="${S}/js/src"
index 759530429568a43a0445df5e181291f95f0c6f74..f4ed96bdfeda2afd199b61b3b329fa62741ed6eb 100644 (file)
@@ -17,7 +17,7 @@ SLOT="38"
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
 IUSE="debug +jit minimal static-libs +system-icu test"
 
-RESTRICT="ia64? ( test )"
+RESTRICT="!test? ( test ) ia64? ( test )"
 
 #S="${WORKDIR}/${MY_P%.rc*}"
 S="${WORKDIR}/${MY_P}"
index aed87617cca75284fadb56ed558744518b2a556f..1c936015960e1e47709dc3076b1e6bdca8230a10 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ SLOT="45"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="debug +jit minimal static-libs +system-icu test"
 
-RESTRICT="ia64? ( test )"
+RESTRICT="!test? ( test ) ia64? ( test )"
 
 S="${WORKDIR}/${MY_P%.rc*}"
 BUILDDIR="${S}/js/src"
index 0f201f8b606d47f39e11bfadcaf1d1e4c79644b8..816224ccaaf9b1b482af397846e9f0255e859803 100644 (file)
@@ -19,7 +19,7 @@ SLOT="52"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86"
 IUSE="debug minimal +system-icu test"
 
-RESTRICT="ia64? ( test )"
+RESTRICT="!test? ( test ) ia64? ( test )"
 
 S="${WORKDIR}/${MY_P%.rc*}"
 BUILDDIR="${S}/jsobj"
index 8f431c9de91d1174dd8a7eae2614050b93f93001..daaa6c13c578f505ac437f06777029a7809fff8d 100644 (file)
@@ -19,7 +19,7 @@ SLOT="52"
 KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh x86"
 IUSE="debug minimal +system-icu test"
 
-RESTRICT="ia64? ( test )"
+RESTRICT="!test? ( test ) ia64? ( test )"
 
 S="${WORKDIR}/${MY_P%.rc*}"
 BUILDDIR="${S}/jsobj"
index 8ffad31b62630bd704a3311f2243dd20a62d413a..deb53513fe4076231294e9da1f9d2f6690611f99 100644 (file)
@@ -20,7 +20,7 @@ SLOT="60"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
 IUSE="debug +jit minimal +system-icu test"
 
-RESTRICT="ia64? ( test )"
+RESTRICT="!test? ( test ) ia64? ( test )"
 
 S="${WORKDIR}/${MY_P%.rc*}"
 
index 4e3cea2cd9c4043ab95c020415e1d6f4573091d4..2379bbddba41609bbecb04b8c14752d0da0c6318 100644 (file)
@@ -20,7 +20,7 @@ SLOT="60"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="debug +jit minimal +system-icu test"
 
-RESTRICT="ia64? ( test )"
+RESTRICT="!test? ( test ) ia64? ( test )"
 
 S="${WORKDIR}/${MY_P%.rc*}"