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 <asturm@gentoo.org>
pull/184/head
Andreas Sturmlechner 4 years ago
parent 05317ddf36
commit 45d2c466c1

@ -10,7 +10,6 @@
<flag name="consolekit">Enable <pkg>sys-auth/consolekit</pkg> as tdehw backend</flag>
<flag name="cryptsetup">Enable <pkg>sys-fs/cryptsetup</pkg> support</flag>
<flag name="elficons">Enable <pkg>dev-libs/libr</pkg> support</flag>
<flag name="ispell">Enable spellchecking using <pkg>app-text/ispell</pkg></flag>
<flag name="malloc">Enable TDE's own malloc implementation instead of GLIBC's.</flag>
<flag name="old-udisks">Enable <pkg>sys-fs/udisks</pkg>:0 as tdehw backend</flag>
<flag name="pcsc-lite">Enable smartcard support with <pkg>sys-apps/pcsc-lite</pkg></flag>

@ -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)"

Loading…
Cancel
Save