commit: 71ec670a93477f0c2b2abd29d4cc44e71eb2c2f1 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue May 21 17:24:47 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue May 21 18:40:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ec670a
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 <AT> gentoo.org> mail-client/trojita/trojita-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mail-client/trojita/trojita-9999.ebuild b/mail-client/trojita/trojita-9999.ebuild index 268f9915e76..4e92baebbe7 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) )
