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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28FA4158089 for ; Fri, 8 Sep 2023 23:38:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CF8D2BC01A; Fri, 8 Sep 2023 23:38:53 +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 4EB732BC01A for ; Fri, 8 Sep 2023 23:38:53 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58790335C31 for ; Fri, 8 Sep 2023 23:38:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2F821143 for ; Fri, 8 Sep 2023 23:38:50 +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: <1694216103.184024c1726beb95b1f86b7321d2bff791e4c2df.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/libalkimia/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/libalkimia/libalkimia-8.9999.ebuild app-office/libalkimia/libalkimia-9999.ebuild X-VCS-Directories: app-office/libalkimia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 184024c1726beb95b1f86b7321d2bff791e4c2df X-VCS-Branch: master Date: Fri, 8 Sep 2023 23:38:50 +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: e95e534c-346f-44dd-b470-53208a4f35ed X-Archives-Hash: ca39adad5ab3e49d55868293493639c5 commit: 184024c1726beb95b1f86b7321d2bff791e4c2df Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 8 23:35:03 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 8 23:35:03 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=184024c1 app-office/libalkimia: Drop obsolete cmake var, use find_package switch Upstream commit d23ace1a394a8fe4d4fa69a0b42b1a5bfb7ff50f Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/libalkimia/libalkimia-8.9999.ebuild | 2 +- app-office/libalkimia/libalkimia-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/libalkimia/libalkimia-8.9999.ebuild b/app-office/libalkimia/libalkimia-8.9999.ebuild index 4ea691e539..19272b02d4 100644 --- a/app-office/libalkimia/libalkimia-8.9999.ebuild +++ b/app-office/libalkimia/libalkimia-8.9999.ebuild @@ -61,7 +61,7 @@ src_configure() { -DENABLE_FINANCEQUOTE=OFF -DBUILD_TOOLS=ON -DBUILD_WITH_WEBKIT=OFF - -DBUILD_DOXYGEN_DOCS=$(usex doc) + $(cmake_use_find_package doc Doxygen) $(cmake_use_find_package !gmp MPIR) -DBUILD_APPLETS=$(usex plasma) -DBUILD_WITH_WEBENGINE=$(usex webengine) diff --git a/app-office/libalkimia/libalkimia-9999.ebuild b/app-office/libalkimia/libalkimia-9999.ebuild index 6414d44a50..9b1cb55160 100644 --- a/app-office/libalkimia/libalkimia-9999.ebuild +++ b/app-office/libalkimia/libalkimia-9999.ebuild @@ -60,7 +60,7 @@ src_configure() { -DENABLE_FINANCEQUOTE=OFF -DBUILD_TOOLS=ON -DBUILD_WITH_WEBKIT=OFF - -DBUILD_DOXYGEN_DOCS=$(usex doc) + $(cmake_use_find_package doc Doxygen) $(cmake_use_find_package !gmp MPIR) -DBUILD_APPLETS=$(usex plasma) -DBUILD_WITH_WEBENGINE=$(usex webengine)