commit: 27c7e97e2e06db9c5b7e73c98fc9d910f138371d Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Mar 11 14:39:26 2018 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Mar 11 14:39:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c7e97e
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 dev-lang/nim/nim-0.18.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/nim/nim-0.18.0.ebuild b/dev-lang/nim/nim-0.18.0.ebuild index 0f55aec3856..53766c3e8a0 100644 --- a/dev-lang/nim/nim-0.18.0.ebuild +++ b/dev-lang/nim/nim-0.18.0.ebuild @@ -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= ) "
