commit:     755db060d8fa59f518e5f756f320ed9dd7b04af7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 12:33:23 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 12:33:34 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=755db060

app-office/kmymoney: EAPI 6

Package-Manager: portage-2.2.28

 app-office/kmymoney/kmymoney-9999.ebuild | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

diff --git a/app-office/kmymoney/kmymoney-9999.ebuild 
b/app-office/kmymoney/kmymoney-9999.ebuild
index 52791fe..647e208 100644
--- a/app-office/kmymoney/kmymoney-9999.ebuild
+++ b/app-office/kmymoney/kmymoney-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 EGIT_BRANCH="frameworks"
 KDE_DOXYGEN="true"
@@ -22,11 +22,7 @@ LICENSE="GPL-2"
 KEYWORDS=""
 IUSE="crypt calendar doc ofx quotes"
 
-# Not yet ported to qt5
-#      hbci? (
-#              >=net-libs/aqbanking-5.3.3
-#              >=sys-libs/gwenhywfar-4.0.1[qt4]
-#      )
+# TODO: hbci (not yet ported to qt5)
 COMMON_DEPEND="
        $(add_frameworks_dep kactivities)
        $(add_frameworks_dep karchive)
@@ -80,14 +76,12 @@ RDEPEND="${COMMON_DEPEND}
 "
 
 src_configure() {
-# Not yet ported
-#              $(cmake-utils_use_enable hbci KBANKING)
        local mycmakeargs=(
                -DUSE_QT_DESIGNER=OFF
+               -DENABLE_LIBICAL=$(usex calendar)
                $(cmake-utils_use_find_package crypt KF5Gpgmepp)
-               $(cmake-utils_use_enable calendar LIBICAL)
-               $(cmake-utils_use_use doc DEVELOPER_DOC)
-               $(cmake-utils_use_enable ofx LIBOFX)
+               -DUSE_DEVELOPER_DOC=$(usex doc)
+               -DENABLE_LIBOFX=$(usex ofx)
        )
        kde5_src_configure
 }

Reply via email to