From c6c53388179e5e54a951db2f2a983684ded2c608 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Kundr=C3=A1t?= Date: Mon, 26 Aug 2019 16:32:40 +0200 Subject: [PATCH] mail-client/trojita: Unconditionally enable the abook plugin MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- mail-client/trojita/trojita-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.26.2