summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-04-18 19:09:24 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-04-18 19:49:49 +0200
commit0ae53846bd673306538f667fe86765e44f979ed0 (patch)
treeceeb6f21a0436c358521091dbd66e4aee28ff737 /mail-client/trojita/trojita-0.7-r2.ebuild
parentmail-client/trojita: Fix build with Qt 5.11_beta3 (diff)
downloadgentoo-0ae53846bd673306538f667fe86765e44f979ed0.tar.gz
gentoo-0ae53846bd673306538f667fe86765e44f979ed0.tar.bz2
gentoo-0ae53846bd673306538f667fe86765e44f979ed0.zip
mail-client/trojita: Fix USE=password switch, requires USE=dbus
Package-Manager: Portage-2.3.30, Repoman-2.3.9
Diffstat (limited to 'mail-client/trojita/trojita-0.7-r2.ebuild')
-rw-r--r--mail-client/trojita/trojita-0.7-r2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail-client/trojita/trojita-0.7-r2.ebuild b/mail-client/trojita/trojita-0.7-r2.ebuild
index 8a1979d7b347..9f0e744cd9c8 100644
--- a/mail-client/trojita/trojita-0.7-r2.ebuild
+++ b/mail-client/trojita/trojita-0.7-r2.ebuild
@@ -18,6 +18,8 @@ LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
IUSE="+crypt +dbus debug +password test +zlib"
+REQUIRED_USE="password? ( dbus )"
+
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -62,7 +64,7 @@ src_configure() {
-DWITH_GPGMEPP=$(usex crypt)
-DWITH_MIMETIC=$(usex crypt)
-DWITH_DBUS=$(usex dbus)
- -DWITH_QTKEYCHAINPLUGIN=$(usex password)
+ -DWITH_QTKEYCHAIN_PLUGIN=$(usex password)
-DWITH_TESTS=$(usex test)
-DWITH_ZLIB=$(usex zlib)
)