dev-lang/nim: disable broken tests, bug #649488

Testsuite needs a bit of upstream work:
- Many tests needs more recent nodejs than stable
- C codegen occasionally generates stack-smashing binaries
- missing depends on sfml (and something-jester)

Disable testsuite for now.

Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/649488
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Sergei Trofimovich
2018-03-11 14:39:26 +00:00
parent c4655c5ea6
commit 27c7e97e2e

View File

@@ -14,6 +14,8 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc +readline test"
RESTRICT=test # need to sort out depends and numerous failures
RDEPEND="
readline? ( sys-libs/readline:0= )
"