diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-02 09:24:19 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-07-02 09:25:07 +0100 |
commit | 687feafdb24fa38569b87b000c748000acfa75c9 (patch) | |
tree | 1f03941bd8710785afb1a6e147311f04353bf1b1 /dev-util/bustle | |
parent | dev-ruby/coffee-rails: fix tests, bug 623362 (diff) | |
download | gentoo-687feafdb24fa38569b87b000c748000acfa75c9.tar.gz gentoo-687feafdb24fa38569b87b000c748000acfa75c9.tar.bz2 gentoo-687feafdb24fa38569b87b000c748000acfa75c9.zip |
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
Diffstat (limited to 'dev-util/bustle')
-rw-r--r-- | dev-util/bustle/bustle-0.5.4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/bustle/bustle-0.5.4.ebuild b/dev-util/bustle/bustle-0.5.4.ebuild index 54de42069eaf..f397b7fa6968 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:= |