Skip to content

Commit

Permalink
dev-lang/spidermonkey: [QA] Fix MissingTestRestrict
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Dec 12, 2019
1 parent caf2297 commit 2d3a37b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dev-lang/spidermonkey/spidermonkey-17.0.0-r5.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/spidermonkey/spidermonkey-38.3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
4 changes: 2 additions & 2 deletions dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/spidermonkey/spidermonkey-52.9.1_pre1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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*}"

Expand Down
2 changes: 1 addition & 1 deletion dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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*}"

Expand Down

0 comments on commit 2d3a37b

Please sign in to comment.