commit: a9b85e44b76783ee1c722a9847cf55bea411c3ec Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Jul 1 07:55:56 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Jul 1 09:35:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b85e44
dev-libs/sink: Fix cmake warning Closes: https://bugs.gentoo.org/659736 Package-Manager: Portage-2.3.41, Repoman-2.3.9 dev-libs/sink/sink-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/sink/sink-0.5.0.ebuild b/dev-libs/sink/sink-0.5.0.ebuild index c9b2a827310..d83a654f28b 100644 --- a/dev-libs/sink/sink-0.5.0.ebuild +++ b/dev-libs/sink/sink-0.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -KDE_TEST="true" # build breaks otherwise. tests not isolated. +KDE_TEST="false" # build breaks otherwise. tests not isolated. inherit kde5 DESCRIPTION="A data access layer handling synchronization, caching and indexing"
