commit: 687feafdb24fa38569b87b000c748000acfa75c9 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Jul 2 08:24:19 2017 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Jul 2 08:25:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687feafd
dev-util/bustle: disable broken tests, bug #623418 Reported-by: Kent Fredric Bug: https://bugs.gentoo.org/623418 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-util/bustle/bustle-0.5.4.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/bustle/bustle-0.5.4.ebuild b/dev-util/bustle/bustle-0.5.4.ebuild index 54de42069ea..f397b7fa696 100644 --- a/dev-util/bustle/bustle-0.5.4.ebuild +++ b/dev-util/bustle/bustle-0.5.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,6 +17,8 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="interactivetests +threaded" +RESTRICT=test # fails one propery test + RDEPEND="dev-haskell/cairo:= >=dev-haskell/dbus-0.10:= dev-haskell/gio:=
