summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-21 19:24:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-21 20:40:53 +0200
commit71ec670a93477f0c2b2abd29d4cc44e71eb2c2f1 (patch)
tree2db08d77a27b1bba01d9d21d8d8cb691feed1bbe /mail-client/trojita/trojita-9999.ebuild
parentdev-libs/libical: 3.0.5 version bump (diff)
downloadgentoo-71ec670a93477f0c2b2abd29d4cc44e71eb2c2f1.tar.gz
gentoo-71ec670a93477f0c2b2abd29d4cc44e71eb2c2f1.tar.bz2
gentoo-71ec670a93477f0c2b2abd29d4cc44e71eb2c2f1.zip
mail-client/trojita: Add USE spell
Upstream commit aa5698e4a0bfa848ff782263db38b09d25a54384 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'mail-client/trojita/trojita-9999.ebuild')
-rw-r--r--mail-client/trojita/trojita-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail-client/trojita/trojita-9999.ebuild b/mail-client/trojita/trojita-9999.ebuild
index 268f9915e76b..4e92baebbe76 100644
--- a/mail-client/trojita/trojita-9999.ebuild
+++ b/mail-client/trojita/trojita-9999.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="http://trojita.flaska.net/"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-IUSE="+crypt +dbus debug +password test +zlib"
+IUSE="+crypt +dbus debug +password +spell test +zlib"
REQUIRED_USE="password? ( dbus )"
@@ -40,6 +40,7 @@ DEPEND="
)
dbus? ( dev-qt/qtdbus:5 )
password? ( dev-libs/qtkeychain[qt5(+)] )
+ spell? ( kde-frameworks/sonnet:5 )
zlib? ( sys-libs/zlib )
"
RDEPEND="${DEPEND}"
@@ -61,6 +62,7 @@ src_configure() {
-DWITH_MIMETIC=$(usex crypt)
-DWITH_DBUS=$(usex dbus)
-DWITH_QTKEYCHAIN_PLUGIN=$(usex password)
+ -DWITH_SONNET_PLUGIN=$(usex spell)
-DWITH_TESTS=$(usex test)
-DWITH_ZLIB=$(usex zlib)
)