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 90A7E158015 for ; Thu, 21 Dec 2023 15:22:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C575F2BC01B; Thu, 21 Dec 2023 15:22:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5F272BC01B for ; Thu, 21 Dec 2023 15:22:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1D89340BEF for ; Thu, 21 Dec 2023 15:22:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C1A2123C for ; Thu, 21 Dec 2023 15:22:13 +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: <1703172115.118d6d298e9b7872f7f4b833a1030f6cf4a25c5d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/purpose/purpose-5.247.0.ebuild X-VCS-Directories: kde-frameworks/purpose/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 118d6d298e9b7872f7f4b833a1030f6cf4a25c5d X-VCS-Branch: master Date: Thu, 21 Dec 2023 15:22:13 +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: 9cbae437-a8cb-4874-842c-76ae9eb42c57 X-Archives-Hash: d66e33eec0e95311b3a35f5ccec222ac commit: 118d6d298e9b7872f7f4b833a1030f6cf4a25c5d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 21 15:20:42 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 21 15:21:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118d6d29 kde-frameworks/purpose: Fix cmake arg Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/purpose/purpose-5.247.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/purpose/purpose-5.247.0.ebuild b/kde-frameworks/purpose/purpose-5.247.0.ebuild index 138c7c5198dd..585ae16503e7 100644 --- a/kde-frameworks/purpose/purpose-5.247.0.ebuild +++ b/kde-frameworks/purpose/purpose-5.247.0.ebuild @@ -45,7 +45,7 @@ src_prepare() { src_configure() { local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_KAccounts6=$(usex kaccounts) + -DCMAKE_DISABLE_FIND_PACKAGE_KAccounts6=ON ) ecm_src_configure