Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bustle/
Date: Sun, 02 Jul 2017 08:25:14
Message-Id: 1498983907.687feafdb24fa38569b87b000c748000acfa75c9.slyfox@gentoo
1 commit: 687feafdb24fa38569b87b000c748000acfa75c9
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 08:24:19 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 08:25:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687feafd
7
8 dev-util/bustle: disable broken tests, bug #623418
9
10 Reported-by: Kent Fredric
11 Bug: https://bugs.gentoo.org/623418
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 dev-util/bustle/bustle-0.5.4.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-util/bustle/bustle-0.5.4.ebuild b/dev-util/bustle/bustle-0.5.4.ebuild
18 index 54de42069ea..f397b7fa696 100644
19 --- a/dev-util/bustle/bustle-0.5.4.ebuild
20 +++ b/dev-util/bustle/bustle-0.5.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -17,6 +17,8 @@ SLOT="0"
28 KEYWORDS="amd64 x86"
29 IUSE="interactivetests +threaded"
30
31 +RESTRICT=test # fails one propery test
32 +
33 RDEPEND="dev-haskell/cairo:=
34 >=dev-haskell/dbus-0.10:=
35 dev-haskell/gio:=