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 7BADE1382C5 for ; Tue, 19 Jan 2021 20:44:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F197E0895; Tue, 19 Jan 2021 20:44:56 +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 8566AE0895 for ; Tue, 19 Jan 2021 20:44:56 +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 7EB09340FC4 for ; Tue, 19 Jan 2021 20:44:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20004309 for ; Tue, 19 Jan 2021 20:44:54 +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: <1611089083.ae90f8259e7e97c6d49efd06d4449422694a8735.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: ae90f8259e7e97c6d49efd06d4449422694a8735 X-VCS-Branch: master Date: Tue, 19 Jan 2021 20:44:54 +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: 6c4a92ce-8f1c-4ac8-ab90-aa817e8f2506 X-Archives-Hash: bdac54004a7034826a0ef4398cb3a2f8 commit: ae90f8259e7e97c6d49efd06d4449422694a8735 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 19 20:40:06 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 19 20:44:43 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae90f825 media-gfx/krita: Upstream rebranded SeExpr2 -> KSeExpr Upstream commit 96ab15bffb4b047b8455cf78ed5ad03fc2a666bf Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/krita/krita-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/krita/krita-9999.ebuild b/media-gfx/krita/krita-9999.ebuild index c117eec55f..0937f70cb6 100644 --- a/media-gfx/krita/krita-9999.ebuild +++ b/media-gfx/krita/krita-9999.ebuild @@ -100,7 +100,7 @@ src_configure() { local mycmakeargs=( -DENABLE_UPDATERS=OFF - -DCMAKE_DISABLE_FIND_PACKAGE_SeExpr2=ON # not packaged + -DCMAKE_DISABLE_FIND_PACKAGE_KSeExpr=ON # not packaged $(cmake_use_find_package color-management OCIO) $(cmake_use_find_package fftw FFTW3) $(cmake_use_find_package gif GIF)