summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-28 19:00:45 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-01 22:49:19 +0100
commit45d2c466c105fdd8b46f28f4f2f2387b7d706d32 (patch)
tree28d883c03822e29f02164a546bdc45258b8c6ab7
parent05317ddf367ca82a46ccc20b1642f9ec5a29e0e6 (diff)
downloadtde-packaging-gentoo-45d2c466.tar.gz
tde-packaging-gentoo-45d2c466.zip
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>
-rw-r--r--trinity-base/tdelibs/metadata.xml1
-rw-r--r--trinity-base/tdelibs/tdelibs-9999.ebuild17
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 @@
<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>
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)"