diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-01 09:55:56 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-01 11:35:24 +0200 |
commit | a9b85e44b76783ee1c722a9847cf55bea411c3ec (patch) | |
tree | 5e02da0192c51a7397a2655434c8aa5bc36c64a6 /dev-libs/sink | |
parent | sys-libs/musl-nscd: Reassign due to bug #392031 (diff) | |
download | gentoo-a9b85e44b76783ee1c722a9847cf55bea411c3ec.tar.gz gentoo-a9b85e44b76783ee1c722a9847cf55bea411c3ec.tar.bz2 gentoo-a9b85e44b76783ee1c722a9847cf55bea411c3ec.zip |
dev-libs/sink: Fix cmake warning
Closes: https://bugs.gentoo.org/659736
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-libs/sink')
-rw-r--r-- | dev-libs/sink/sink-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/sink/sink-0.5.0.ebuild b/dev-libs/sink/sink-0.5.0.ebuild index c9b2a827310e..d83a654f28bb 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" |