From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id EDE951581EE for ; Sun, 30 Mar 2025 19:11:51 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DA3E934322C for ; Sun, 30 Mar 2025 19:11:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D58091104B0; Sun, 30 Mar 2025 19:11:50 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CF1221104B0 for ; Sun, 30 Mar 2025 19:11:50 +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 8AEB8342FED for ; Sun, 30 Mar 2025 19:11:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26AC61733 for ; Sun, 30 Mar 2025 19:11:49 +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: <1743361899.3cfdcee81f86f06ff979f128d371ea0b839e8b81.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calligra/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/calligra/calligra-24.12.3.ebuild X-VCS-Directories: app-office/calligra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3cfdcee81f86f06ff979f128d371ea0b839e8b81 X-VCS-Branch: master Date: Sun, 30 Mar 2025 19:11:49 +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: 41c2b3a4-7960-4cf0-b656-e85653d746d2 X-Archives-Hash: 16ce8b28de90d8d943172f20289b9264 commit: 3cfdcee81f86f06ff979f128d371ea0b839e8b81 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 30 19:07:51 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 30 19:11:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cfdcee8 app-office/calligra: Fix CMake w/ USE="calligra_features_karbon -pdf" Closes: https://bugs.gentoo.org/952924 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/calligra/calligra-24.12.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-office/calligra/calligra-24.12.3.ebuild b/app-office/calligra/calligra-24.12.3.ebuild index 587c2564fbea..89a507fc435a 100644 --- a/app-office/calligra/calligra-24.12.3.ebuild +++ b/app-office/calligra/calligra-24.12.3.ebuild @@ -129,6 +129,7 @@ src_configure() { -DWITH_LCMS2=$(usex lcms) -DWITH_Okular6=$(usex okular) -DWITH_Poppler=$(usex pdf) + -DWITH_PopplerXPDFHeaders=$(usex pdf) -DWITH_Eigen3=$(usex calligra_features_sheets) -DBUILD_UNMAINTAINED=$(usex calligra_features_stage) -DWITH_Freetype=$(usex truetype)