Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sink/
Date: Sun, 01 Jul 2018 09:35:45
Message-Id: 1530437724.a9b85e44b76783ee1c722a9847cf55bea411c3ec.asturm@gentoo
1 commit: a9b85e44b76783ee1c722a9847cf55bea411c3ec
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 1 07:55:56 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 09:35:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b85e44
7
8 dev-libs/sink: Fix cmake warning
9
10 Closes: https://bugs.gentoo.org/659736
11 Package-Manager: Portage-2.3.41, Repoman-2.3.9
12
13 dev-libs/sink/sink-0.5.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/sink/sink-0.5.0.ebuild b/dev-libs/sink/sink-0.5.0.ebuild
17 index c9b2a827310..d83a654f28b 100644
18 --- a/dev-libs/sink/sink-0.5.0.ebuild
19 +++ b/dev-libs/sink/sink-0.5.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -KDE_TEST="true" # build breaks otherwise. tests not isolated.
25 +KDE_TEST="false" # build breaks otherwise. tests not isolated.
26 inherit kde5
27
28 DESCRIPTION="A data access layer handling synchronization, caching and indexing"