commit:     8e84a14fcae0af374a0d6314d82a0b2f791664a5
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 17:16:03 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 17:16:03 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8e84a14f

[net-irc/konversation] Restore crypt USE flag.

Upstream commit: db12387047a12ee239e58f370f5bf47d85017087
Upstream commit: b3210c806f4454f2a9c1555807a01de08c1c6254

Package-Manager: portage-2.2.10

---
 net-irc/konversation/konversation-9999.ebuild | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/net-irc/konversation/konversation-9999.ebuild 
b/net-irc/konversation/konversation-9999.ebuild
index c80340b..d36415d 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://kde.org/applications/internet/konversation/ 
http://konversation
 
 LICENSE="GPL-2"
 KEYWORDS=""
-IUSE=""
+IUSE="+crypt"
 
 RDEPEND="
        $(add_frameworks_dep karchive)
@@ -46,7 +46,16 @@ RDEPEND="
        dev-qt/qtwidgets:5
        dev-qt/qtxml:5
        media-libs/phonon[qt5]
+       crypt? ( app-crypt/qca:2[qt5] )
 "
 DEPEND="${RDEPEND}
        nls? ( sys-devel/gettext )
 "
+
+src_configure() {
+       local mycmakeargs=(
+               $(cmake-utils_use_find_package crypt Qca)
+       )
+
+       kde5_src_configure
+}

Reply via email to