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 9196D1382C5 for ; Sun, 13 Dec 2020 10:52:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7218E0B09; Sun, 13 Dec 2020 10:52:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AE4DFE0B09 for ; Sun, 13 Dec 2020 10:52:08 +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 7B8F5340A60 for ; Sun, 13 Dec 2020 10:52:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBD714B for ; Sun, 13 Dec 2020 10:52:05 +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: <1607856714.95ff08b3b6ab347079792bd7d33b1595fa94bd0c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligra/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/calligra/calligra-9999.ebuild X-VCS-Directories: app-office/calligra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 95ff08b3b6ab347079792bd7d33b1595fa94bd0c X-VCS-Branch: master Date: Sun, 13 Dec 2020 10:52:05 +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: 08298aeb-5f60-45b8-934a-c525220db9e3 X-Archives-Hash: f8eef8b7ae2c1422ce0e958c621aa248 commit: 95ff08b3b6ab347079792bd7d33b1595fa94bd0c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 13 10:51:38 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 13 10:51:54 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=95ff08b3 app-office/calligra: Drop unused cmake var Upstream porting away from KF5Html. Upstream commit abf0753cd899515740bbdcaadb8e9c76309d5df4 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/calligra/calligra-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild index f0b4971a45..a40aa8d72b 100644 --- a/app-office/calligra/calligra-9999.ebuild +++ b/app-office/calligra/calligra-9999.ebuild @@ -153,7 +153,6 @@ src_configure() { -DRELEASE_BUILD=ON -DWITH_Iconv=ON -DCMAKE_DISABLE_FIND_PACKAGE_KF5CalendarCore=ON - -DCMAKE_DISABLE_FIND_PACKAGE_KF5KHtml=ON -DPRODUCTSET="${myproducts[*]}" $(cmake_use_find_package activities KF5Activities) $(cmake_use_find_package charts KChart)