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, 22 Mar 2018 12:22:24
Message-Id: 1521721013.a0ce560aa28d23ec24e80c2c2333f1717d8a119f.asturm@gentoo
1 commit: a0ce560aa28d23ec24e80c2c2333f1717d8a119f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 22 12:09:50 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 12:16:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ce560a
7
8 app-office/kmymoney: Fix python setup
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 .../kmymoney/{kmymoney-5.0.1-r1.ebuild => kmymoney-5.0.1-r2.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-office/kmymoney/kmymoney-5.0.1-r1.ebuild b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
16 similarity index 99%
17 rename from app-office/kmymoney/kmymoney-5.0.1-r1.ebuild
18 rename to app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
19 index 76c12cf2c4f..9334489d3b1 100644
20 --- a/app-office/kmymoney/kmymoney-5.0.1-r1.ebuild
21 +++ b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild
22 @@ -93,7 +93,7 @@ RDEPEND="${COMMON_DEPEND}
23 PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
24
25 pkg_setup() {
26 - use weboob && python-setup
27 + use weboob && python_setup
28 kde5_pkg_setup
29 }