diff options
author | 2019-12-12 16:32:40 +0100 | |
---|---|---|
committer | 2019-12-12 17:34:12 +0100 | |
commit | 2d3a37b737eeee3a91aa19a3e23824b2c259dba2 (patch) | |
tree | 993b5d335c613df52ed51fa671d3472488855496 /dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild | |
parent | dev-java/commons-logging: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-2d3a37b737eeee3a91aa19a3e23824b2c259dba2.tar.gz gentoo-2d3a37b737eeee3a91aa19a3e23824b2c259dba2.tar.bz2 gentoo-2d3a37b737eeee3a91aa19a3e23824b2c259dba2.zip |
dev-lang/spidermonkey: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild')
-rw-r--r-- | dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild b/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild index aed87617cca7..1c936015960e 100644 --- a/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-45.0.2.ebuild @@ -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" |