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 3D175138359 for ; Tue, 18 Aug 2020 17:47:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5169E08DD; Tue, 18 Aug 2020 17:47:46 +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 8D7DCE08DD for ; Tue, 18 Aug 2020 17:47:46 +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 9D67934F576 for ; Tue, 18 Aug 2020 17:47:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 060F032F for ; Tue, 18 Aug 2020 17:47:43 +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: <1597760686.357030fc725c55c1ee82b966ccc6ae63a526f0eb.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/krita/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/krita/krita-9999.ebuild X-VCS-Directories: media-gfx/krita/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 357030fc725c55c1ee82b966ccc6ae63a526f0eb X-VCS-Branch: master Date: Tue, 18 Aug 2020 17:47:43 +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: a263410c-21b6-465e-bc76-0ede584a2943 X-Archives-Hash: 7d22184584c3e1e31339a746d6cf54a3 commit: 357030fc725c55c1ee82b966ccc6ae63a526f0eb Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 18 14:23:47 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 18 14:24:46 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=357030fc media-gfx/krita: Disable update notifications Upstream commit be3dcddb20a7b97401440f480049264a09689f33 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/krita/krita-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/krita/krita-9999.ebuild b/media-gfx/krita/krita-9999.ebuild index 215cf210d5..b8b25d7e3b 100644 --- a/media-gfx/krita/krita-9999.ebuild +++ b/media-gfx/krita/krita-9999.ebuild @@ -100,6 +100,7 @@ src_configure() { addpredict /dev/dri local mycmakeargs=( + -DENABLE_UPDATERS=OFF $(cmake_use_find_package color-management OCIO) $(cmake_use_find_package fftw FFTW3) $(cmake_use_find_package gif GIF)