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 846C7158083 for ; Thu, 19 Sep 2024 18:51:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC483E29A7; Thu, 19 Sep 2024 18:51:00 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 9220FE29A7 for ; Thu, 19 Sep 2024 18:51:00 +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 99CB73431ED for ; Thu, 19 Sep 2024 18:50:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 079F027E9 for ; Thu, 19 Sep 2024 18:50:58 +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: <1726771844.03328f6fed56b799c6942a077c1afe7b32f1d421.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: 03328f6fed56b799c6942a077c1afe7b32f1d421 X-VCS-Branch: master Date: Thu, 19 Sep 2024 18:50:58 +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: d3e6df91-c3c2-41ce-bdcd-a707145f1479 X-Archives-Hash: 0ca6760cee72443e113dfa4a18d00ccf commit: 03328f6fed56b799c6942a077c1afe7b32f1d421 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 19 18:49:37 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 19 18:50:44 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=03328f6f app-office/calligra: Drop IUSE crypt and fix dependency OpenSSL was added as required dependency when package was ported away (until then optional) QCA in commit adee19863d5b5a65a1ae8cccdb2d526d2a989e37 Bug: https://bugs.gentoo.org/939722 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/calligra/calligra-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild index f27d1244b2..1455b0a69e 100644 --- a/app-office/calligra/calligra-9999.ebuild +++ b/app-office/calligra/calligra-9999.ebuild @@ -25,7 +25,7 @@ CAL_FTS=( karbon sheets stage words ) LICENSE="GPL-2" SLOT="0" -IUSE="+charts +crypt +fontconfig gsl +import-filter +lcms okular +pdf phonon +IUSE="+charts +fontconfig gsl +import-filter +lcms okular +pdf phonon +truetype webengine X $(printf 'calligra_features_%s ' ${CAL_FTS[@]})" RESTRICT="test" @@ -34,6 +34,7 @@ RESTRICT="test" # Required for the matlab/octave formula tool COMMON_DEPEND=" dev-lang/perl + dev-libs/openssl:= >=dev-libs/qtkeychain-0.14.2:=[qt6(-)] >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml] >=dev-qt/qtdeclarative-${QTMIN}:6[widgets] @@ -64,7 +65,6 @@ COMMON_DEPEND=" sys-libs/zlib virtual/libiconv charts? ( dev-libs/kdiagram:6 ) - crypt? ( dev-libs/openssl:= ) fontconfig? ( media-libs/fontconfig ) gsl? ( sci-libs/gsl:= ) import-filter? ( @@ -129,7 +129,6 @@ src_configure() { -DCMAKE_DISABLE_FIND_PACKAGE_Cauchy=ON -DPRODUCTSET="${myproducts[*]}" $(cmake_use_find_package charts KChart6) - $(cmake_use_find_package crypt OpenSSL) -DWITH_Fontconfig=$(usex fontconfig) -DWITH_GSL=$(usex gsl) -DWITH_LibEtonyek=$(usex import-filter)