summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-07 15:50:59 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-07 15:50:59 +0100
commitcf8851e43079479a7f0dadf59f0effac4778a9d4 (patch)
treee8df8558e69a910f7f1608a8f344704c1bc488d0
parentmedia-gfx/kphotoalbum: EAPI-7 bump (diff)
downloadgentoo-cf8851e4.tar.gz
gentoo-cf8851e4.tar.bz2
gentoo-cf8851e4.zip
app-office/kmymoney: EAPI-7 bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--app-office/kmymoney/kmymoney-5.0.3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/kmymoney/kmymoney-5.0.3.ebuild b/app-office/kmymoney/kmymoney-5.0.3.ebuild
index f50f2d2da312..424fba46bb52 100644
--- a/app-office/kmymoney/kmymoney-5.0.3.ebuild
+++ b/app-office/kmymoney/kmymoney-5.0.3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
EGIT_BRANCH="5.0"
PYTHON_COMPAT=( python2_7 )
@@ -25,6 +25,7 @@ IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
+BDEPEND="virtual/pkgconfig"
COMMON_DEPEND="
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcmutils)
@@ -74,7 +75,7 @@ COMMON_DEPEND="
ofx? ( dev-libs/libofx )
webkit? (
$(add_frameworks_dep kdewebkit)
- $(add_qt_dep qtwebkit)
+ >=dev-qt/qtwebkit-5.212.0_pre20180120:5
)
!webkit? ( $(add_qt_dep qtwebengine 'widgets') )
weboob? (
@@ -85,7 +86,6 @@ COMMON_DEPEND="
"
DEPEND="${COMMON_DEPEND}
dev-libs/boost
- virtual/pkgconfig
"
RDEPEND="${COMMON_DEPEND}
!app-office/kmymoney:4