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 7F032138239 for ; Mon, 21 Oct 2019 11:59:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DA3AE0A63; Mon, 21 Oct 2019 11:59:26 +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 62BDCE0A63 for ; Mon, 21 Oct 2019 11:59:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 F401B34C09A for ; Mon, 21 Oct 2019 11:59:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A3C8A8 for ; Mon, 21 Oct 2019 11:59:23 +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: <1571659147.d6a2dbe18cf3e721e5284f144f52ad852f8a8985.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/digikam/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/digikam/digikam-6.3.0-r1.ebuild X-VCS-Directories: media-gfx/digikam/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d6a2dbe18cf3e721e5284f144f52ad852f8a8985 X-VCS-Branch: master Date: Mon, 21 Oct 2019 11:59:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 584cf2fd-5e52-47d4-bef8-2e316973ee91 X-Archives-Hash: a733276d810cf8e03bc46049e4f42894 commit: d6a2dbe18cf3e721e5284f144f52ad852f8a8985 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 21 11:54:59 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 21 11:59:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a2dbe1 media-gfx/digikam: Don't even try to build broken tests Closes: https://bugs.gentoo.org/698192 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/digikam/digikam-6.3.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/digikam/digikam-6.3.0-r1.ebuild b/media-gfx/digikam/digikam-6.3.0-r1.ebuild index df968b3029c..6ba0fe7a630 100644 --- a/media-gfx/digikam/digikam-6.3.0-r1.ebuild +++ b/media-gfx/digikam/digikam-6.3.0-r1.ebuild @@ -130,6 +130,7 @@ pkg_setup() { # FIXME: Unbundle libraw (libs/rawengine/libraw) src_configure() { local mycmakeargs=( + -DBUILD_TESTING=OFF # bug #698192 -DENABLE_APPSTYLES=ON -DCMAKE_DISABLE_FIND_PACKAGE_Jasper=ON -DENABLE_AKONADICONTACTSUPPORT=$(usex addressbook)