commit: 2fcab0fd9ef4c8492f04becb444bcd42e72fc137 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Mar 22 12:15:08 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Mar 22 12:15:08 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2fcab0fd
app-office/kmymoney: Fix python setup Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-office/kmymoney/kmymoney-5.0.9999.ebuild | 2 +- app-office/kmymoney/kmymoney-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/kmymoney/kmymoney-5.0.9999.ebuild b/app-office/kmymoney/kmymoney-5.0.9999.ebuild index c1782017e9..84380ac276 100644 --- a/app-office/kmymoney/kmymoney-5.0.9999.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.9999.ebuild @@ -95,7 +95,7 @@ RDEPEND="${COMMON_DEPEND} " pkg_setup() { - use weboob && python-setup + use weboob && python_setup kde5_pkg_setup } diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index c1782017e9..84380ac276 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -95,7 +95,7 @@ RDEPEND="${COMMON_DEPEND} " pkg_setup() { - use weboob && python-setup + use weboob && python_setup kde5_pkg_setup }