Skip to content

Commit

Permalink
mail-client/trojita: introduce crypt USE flag
Browse files Browse the repository at this point in the history
Gentoo-bug: 577592

Package-Manager: portage-2.2.28
  • Loading branch information
Jan Kundrát authored and kensington committed Mar 18, 2016
1 parent 915374f commit b3c9970
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion mail-client/trojita/trojita-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi

LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
IUSE="debug +dbus +password test +zlib"
IUSE="+crypt debug +dbus +password test +zlib"

RDEPEND="
dev-qt/qtcore:5
Expand All @@ -26,6 +26,10 @@ RDEPEND="
dev-qt/qtsql:5[sqlite]
dev-qt/qtwebkit:5
dev-qt/qtwidgets:5
crypt? (
dev-libs/mimetic
kde-apps/gpgmepp:5
)
dbus? ( dev-qt/qtdbus:5 )
password? ( dev-libs/qtkeychain[qt5] )
zlib? ( sys-libs/zlib )
Expand All @@ -48,6 +52,9 @@ src_prepare() {

src_configure() {
local mycmakeargs=(
-DWITH_CRYPTO_MESSAGES=$(usex crypt)
-DWITH_GPGMEPP=$(usex crypt)
-DWITH_MIMETIC=$(usex crypt)
-DWITH_DBUS=$(usex dbus)
-DWITH_QTKEYCHAINPLUGIN=$(usex password)
-DWITH_TESTS=$(usex test)
Expand Down

0 comments on commit b3c9970

Please sign in to comment.