From 45d2c466c105fdd8b46f28f4f2f2387b7d706d32 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 28 Nov 2020 19:00:45 +0100 Subject: [PATCH] trinity-base/tdelibs: Drop IUSE="aspell ispell" from 9999 too Package-Manager: Portage-3.0.10, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Andreas Sturmlechner --- trinity-base/tdelibs/metadata.xml | 1 - trinity-base/tdelibs/tdelibs-9999.ebuild | 17 ++++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/trinity-base/tdelibs/metadata.xml b/trinity-base/tdelibs/metadata.xml index 78be23dd..eb268a80 100644 --- a/trinity-base/tdelibs/metadata.xml +++ b/trinity-base/tdelibs/metadata.xml @@ -10,7 +10,6 @@ Enable sys-auth/consolekit as tdehw backend Enable sys-fs/cryptsetup support Enable dev-libs/libr support - Enable spellchecking using app-text/ispell Enable TDE's own malloc implementation instead of GLIBC's. Enable sys-fs/udisks:0 as tdehw backend Enable smartcard support with sys-apps/pcsc-lite diff --git a/trinity-base/tdelibs/tdelibs-9999.ebuild b/trinity-base/tdelibs/tdelibs-9999.ebuild index 1e9e4b67..e1ab94f1 100644 --- a/trinity-base/tdelibs/tdelibs-9999.ebuild +++ b/trinity-base/tdelibs/tdelibs-9999.ebuild @@ -18,12 +18,10 @@ if [[ ${PV} != *9999* ]] ; then fi # NOTE: Building without tdehwlib segfaults, but you can try and report. -IUSE+=" alsa arts aspell cryptsetup cups debug elficons elogind fam +hwlib -+idn ispell jpeg2k kernel_linux libressl lua lzma malloc networkmanager -openexr +pcre pcsc-lite pkcs11 +shm spell +ssl sudo +svg systemd tiff -udevil udisks upower utempter xcomposite +xrandr zeroconf" - -REQUIRED_USE="spell? ( || ( aspell ispell ) )" +IUSE+=" alsa arts cryptsetup cups debug elficons elogind fam +hwlib +idn jpeg2k + kernel_linux libressl lua lzma malloc networkmanager openexr +pcre pcsc-lite + pkcs11 +shm spell +ssl sudo +svg systemd tiff udevil udisks upower utempter + xcomposite +xrandr zeroconf" DEPEND=" app-text/ghostscript-gpl @@ -48,10 +46,7 @@ DEPEND=" openexr? ( media-libs/openexr ) pcre? ( dev-libs/libpcre ) shm? ( x11-libs/libxshmfence ) - spell? ( - aspell? ( app-text/aspell ) - ispell? ( app-text/ispell ) - ) + spell? ( app-text/aspell ) ssl? ( app-misc/ca-certificates !libressl? ( dev-libs/openssl:= ) @@ -119,7 +114,7 @@ src_configure() { -DWITH_LZMA="$(usex lzma)" -DWITH_OPENEXR="$(usex openexr)" -DWITH_PCSC="$(usex pcsc-lite)" - -DWITH_ASPELL="$(usex aspell)" + -DWITH_ASPELL="$(usex spell)" -DWITH_GAMIN="$(usex fam)" -DWITH_TIFF="$(usex tiff)" -DWITH_UTEMPTER="$(usex utempter)"