Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/
Date: Thu, 07 Feb 2019 15:15:56
Message-Id: 1549551059.cf8851e43079479a7f0dadf59f0effac4778a9d4.asturm@gentoo
1 commit: cf8851e43079479a7f0dadf59f0effac4778a9d4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 7 14:50:59 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 7 14:50:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8851e4
7
8 app-office/kmymoney: EAPI-7 bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-office/kmymoney/kmymoney-5.0.3.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-office/kmymoney/kmymoney-5.0.3.ebuild b/app-office/kmymoney/kmymoney-5.0.3.ebuild
17 index f50f2d2da31..424fba46bb5 100644
18 --- a/app-office/kmymoney/kmymoney-5.0.3.ebuild
19 +++ b/app-office/kmymoney/kmymoney-5.0.3.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 EGIT_BRANCH="5.0"
28 PYTHON_COMPAT=( python2_7 )
29 @@ -25,6 +25,7 @@ IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob"
30
31 REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"
32
33 +BDEPEND="virtual/pkgconfig"
34 COMMON_DEPEND="
35 $(add_frameworks_dep karchive)
36 $(add_frameworks_dep kcmutils)
37 @@ -74,7 +75,7 @@ COMMON_DEPEND="
38 ofx? ( dev-libs/libofx )
39 webkit? (
40 $(add_frameworks_dep kdewebkit)
41 - $(add_qt_dep qtwebkit)
42 + >=dev-qt/qtwebkit-5.212.0_pre20180120:5
43 )
44 !webkit? ( $(add_qt_dep qtwebengine 'widgets') )
45 weboob? (
46 @@ -85,7 +86,6 @@ COMMON_DEPEND="
47 "
48 DEPEND="${COMMON_DEPEND}
49 dev-libs/boost
50 - virtual/pkgconfig
51 "
52 RDEPEND="${COMMON_DEPEND}
53 !app-office/kmymoney:4