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 DBC7213835A for ; Sat, 31 Oct 2020 09:26:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0436FE0839; Sat, 31 Oct 2020 09:26:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DBC5FE0835 for ; Sat, 31 Oct 2020 09:26:03 +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 EB42D340C20 for ; Sat, 31 Oct 2020 09:26:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0C07395 for ; Sat, 31 Oct 2020 09:26:01 +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: <1604070756.4db25181b0357b745c5b9e5e5c495b00e70ee21e.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: 4db25181b0357b745c5b9e5e5c495b00e70ee21e X-VCS-Branch: master Date: Sat, 31 Oct 2020 09:26:01 +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: 1738d987-ccad-4688-b5fe-ddd9b13f6de6 X-Archives-Hash: c1e4319b2f9868df65ba022cb85fe464 commit: 4db25181b0357b745c5b9e5e5c495b00e70ee21e Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 30 15:12:36 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 30 15:12:36 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4db25181 media-gfx/krita: Disable SeExpr2 cmake option Not packaged in Gentoo, upstream commit a2f826437d09bd12b66c2e3315256af6267e677d Package-Manager: Portage-3.0.8, Repoman-3.0.2 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 67c43140fb..ae806f0d42 100644 --- a/media-gfx/krita/krita-9999.ebuild +++ b/media-gfx/krita/krita-9999.ebuild @@ -101,6 +101,7 @@ src_configure() { local mycmakeargs=( -DENABLE_UPDATERS=OFF + -DCMAKE_DISABLE_FIND_PACKAGE_SeExpr2=ON # not packaged $(cmake_use_find_package color-management OCIO) $(cmake_use_find_package fftw FFTW3) $(cmake_use_find_package gif GIF)