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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6A68F158086 for ; Tue, 21 Dec 2021 03:57:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B02092BC024; Tue, 21 Dec 2021 03:57:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 789492BC024 for ; Tue, 21 Dec 2021 03:57:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70770342F4C for ; Tue, 21 Dec 2021 03:57:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31BB1219 for ; Tue, 21 Dec 2021 03:57:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1640059061.95386d353e6095953a934ad0af0998bbb37e85ad.sam@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/spectacle/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/spectacle/spectacle-21.12.49.9999.ebuild X-VCS-Directories: kde-apps/spectacle/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 95386d353e6095953a934ad0af0998bbb37e85ad X-VCS-Branch: master Date: Tue, 21 Dec 2021 03:57: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: 4735891b-3165-4414-8617-bb172d6cb863 X-Archives-Hash: 4ac614dbfee834218aff1df354e8f1e4 commit: 95386d353e6095953a934ad0af0998bbb37e85ad Author: Sam James gentoo org> AuthorDate: Tue Dec 21 03:56:23 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 21 03:57:41 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=95386d35 kde-apps/spectacle: fix kipi automagic typo Signed-off-by: Sam James gentoo.org> kde-apps/spectacle/spectacle-21.12.49.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/spectacle/spectacle-21.12.49.9999.ebuild b/kde-apps/spectacle/spectacle-21.12.49.9999.ebuild index e1f85b29ab..77b2632c2b 100644 --- a/kde-apps/spectacle/spectacle-21.12.49.9999.ebuild +++ b/kde-apps/spectacle/spectacle-21.12.49.9999.ebuild @@ -60,7 +60,7 @@ src_prepare() { src_configure() { local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_KF5Kipi=OFF + -DCMAKE_DISABLE_FIND_PACKAGE_KF5Kipi=ON $(cmake_use_find_package annotate kImageAnnotator) $(cmake_use_find_package share KF5Purpose) )