From 0917f3da64d115efaea8b765fb68c207f5b2d428 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 3 Apr 2020 16:35:38 +0200 Subject: [PATCH] Live ebuilds: Fix typos in `tdelibs` and `kcpuload`. Signed-off-by: Chris --- trinity-apps/kcpuload/kcpuload-9999.ebuild | 2 +- trinity-base/tdelibs/tdelibs-9999.ebuild | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/trinity-apps/kcpuload/kcpuload-9999.ebuild b/trinity-apps/kcpuload/kcpuload-9999.ebuild index ccce54b8..de1b4839 100644 --- a/trinity-apps/kcpuload/kcpuload-9999.ebuild +++ b/trinity-apps/kcpuload/kcpuload-9999.ebuild @@ -22,6 +22,6 @@ SLOT="${TRINITY_VER}" src_configure() { mycmakeargs=( -DBUILD_TRANSLATIONS=ON - + ) trinity-base-2_src_configure } diff --git a/trinity-base/tdelibs/tdelibs-9999.ebuild b/trinity-base/tdelibs/tdelibs-9999.ebuild index 9745d6c8..fd4802ca 100644 --- a/trinity-base/tdelibs/tdelibs-9999.ebuild +++ b/trinity-base/tdelibs/tdelibs-9999.ebuild @@ -23,7 +23,8 @@ IUSE+=" alsa avahi cups consolekit cryptsetup fam jpeg2k lua lzma udevil +svg +i networkmanager openexr pcsc-lite aspell ispell sudo tiff utempter elficons +ssl pkcs11 kernel_linux upower xcomposite +hwlib libressl +xrandr +malloc systemd old_udisks udisks +pcre debug spell" -REQUIRED_USE="spell? ( aspell ispell )" +REQUIRED_USE=" + spell? ( || ( aspell ispell ) )" MY_DEPEND="=dev-tqt/tqtinterface-${PV} dev-libs/libxslt @@ -138,7 +139,7 @@ src_configure() { src_install() { trinity-base-2_src_install - + if use ssl; then # Make TDE to use our system certificates rm -f "${D}"${TDEDIR}/share/apps/kssl/ca-bundle.crt || die