diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-22 14:07:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-22 14:07:09 +0200 |
commit | 86b74d393bed7be430e8204df17c44d6d131b9cb (patch) | |
tree | d7c665843f3b8ada0a6883bb3e8273d497aaf3a5 /dev-util/scons | |
parent | xfce-extra/xfdashboard: Drop old (diff) | |
download | gentoo-86b74d393bed7be430e8204df17c44d6d131b9cb.tar.gz gentoo-86b74d393bed7be430e8204df17c44d6d131b9cb.tar.bz2 gentoo-86b74d393bed7be430e8204df17c44d6d131b9cb.zip |
dev-util/scons: Restrict tests due to failures
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/scons')
-rw-r--r-- | dev-util/scons/scons-3.0.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/scons/scons-3.0.4.ebuild b/dev-util/scons/scons-3.0.4.ebuild index e44ad481cee7..61080b819a0f 100644 --- a/dev-util/scons/scons-3.0.4.ebuild +++ b/dev-util/scons/scons-3.0.4.ebuild @@ -20,7 +20,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" -RESTRICT="!test? ( test )" +# unresolved & unpredictable test failures +RESTRICT="test" S=${WORKDIR}/${P}/src |