From: Jan Kundrát Date: Mon, 26 Aug 2019 14:32:40 +0000 (+0200) Subject: mail-client/trojita: Unconditionally enable the abook plugin X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c6c53388179e5e54a951db2f2a983684ded2c608;p=gentoo.git mail-client/trojita: Unconditionally enable the abook plugin Trojita supports different implementations of an "address book" via plugins that are loaded at runtime. Only one plugin can be active at a time, but any number of them can be built and installed. The user can pick and select an appropriate plugin via a GUI configuration. There is no need to disable the "abook" plugin, and upstream expects this plugin to be always available. There are no external dependencies, and the `abook` binary is not used. Fixes: e0e382d4f9341 (mail-client/trojita: Add USE addressbook) Closes: https://bugs.gentoo.org/692214 Signed-off-by: Jan Kundrát Closes: https://github.com/gentoo/gentoo/pull/12794 Signed-off-by: Andreas Sturmlechner --- diff --git a/mail-client/trojita/trojita-9999.ebuild b/mail-client/trojita/trojita-9999.ebuild index 7740a0aa6ff7..75c450faa1eb 100644 --- a/mail-client/trojita/trojita-9999.ebuild +++ b/mail-client/trojita/trojita-9999.ebuild @@ -58,7 +58,7 @@ src_prepare() { src_configure() { local mycmakeargs=( - -DWITH_ABOOKADDRESSBOOK_PLUGIN=OFF + -DWITH_ABOOKADDRESSBOOK_PLUGIN=ON -DWITH_AKONADIADDRESSBOOK_PLUGIN=$(usex addressbook) -DWITH_CRYPTO_MESSAGES=$(usex crypt) -DWITH_GPGMEPP=$(usex crypt)