summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-09-03 10:33:42 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-09-03 14:21:43 +0200
commitf3311cff868fe926b9b9ecf02d7d824e8b8632bd (patch)
treed5667499b3e2e8b4502b95c7a67bd76c4259d785 /mail-client/trojita/trojita-9999.ebuild
parentdev-util/cmake: 3.18.2 version bump (diff)
downloadgentoo-f3311cff868fe926b9b9ecf02d7d824e8b8632bd.tar.gz
gentoo-f3311cff868fe926b9b9ecf02d7d824e8b8632bd.tar.bz2
gentoo-f3311cff868fe926b9b9ecf02d7d824e8b8632bd.zip
mail-client/trojita: Set -DWITH_RAGEL=OFF
Broken by >=dev-util/ragel-7. Bug: https://bugs.gentoo.org/739866 Package-Manager: Portage-3.0.5, Repoman-3.0.1 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.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail-client/trojita/trojita-9999.ebuild b/mail-client/trojita/trojita-9999.ebuild
index 672e67f6cd69..0908d71cbc95 100644
--- a/mail-client/trojita/trojita-9999.ebuild
+++ b/mail-client/trojita/trojita-9999.ebuild
@@ -60,6 +60,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ -DWITH_RAGEL=OFF # bug 739866, broken by ragel-7
-DWITH_ABOOKADDRESSBOOK_PLUGIN=ON
-DWITH_CRYPTO_MESSAGES=$(usex crypt)
-DWITH_GPGMEPP=$(usex crypt)