commit: 03328f6fed56b799c6942a077c1afe7b32f1d421 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Sep 19 18:49:37 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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)
