From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5CBE138334 for ; Sun, 1 Jul 2018 09:35:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C886AE0843; Sun, 1 Jul 2018 09:35:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 968D8E0843 for ; Sun, 1 Jul 2018 09:35:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6025335C96 for ; Sun, 1 Jul 2018 09:35:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A68834A for ; Sun, 1 Jul 2018 09:35:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1530437724.a9b85e44b76783ee1c722a9847cf55bea411c3ec.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sink/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/sink/sink-0.5.0.ebuild X-VCS-Directories: dev-libs/sink/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a9b85e44b76783ee1c722a9847cf55bea411c3ec X-VCS-Branch: master Date: Sun, 1 Jul 2018 09:35:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9b27eb10-ca83-44f5-af46-57fef7252d5f X-Archives-Hash: f5e7ca782c535aa54bb7f8075ab61ba6 commit: a9b85e44b76783ee1c722a9847cf55bea411c3ec Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 1 07:55:56 2018 +0000 Commit: Andreas Sturmlechner gentoo 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"