diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-22 17:48:56 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-22 18:02:39 +0100 |
commit | 65af99d5e63382d9cb531678e85a59de50694460 (patch) | |
tree | f06394eb34b8d4625f93b26356bb6c93f4523032 /app-office | |
parent | www-plugins/chrome-binary-plugins: automated update (66.0.3359.45) (diff) | |
download | gentoo-65af99d5e63382d9cb531678e85a59de50694460.tar.gz gentoo-65af99d5e63382d9cb531678e85a59de50694460.tar.bz2 gentoo-65af99d5e63382d9cb531678e85a59de50694460.zip |
app-office/kmymoney: Fix python deps and eclass
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/kmymoney/kmymoney-5.0.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild index 9334489d3b1d..eb313fe8717f 100644 --- a/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild @@ -10,7 +10,7 @@ KDE_HANDBOOK="optional" KDE_TEST="forceoptional" VIRTUALX_REQUIRED="test" VIRTUALDBUS_TEST="true" -inherit kde5 python-r1 +inherit kde5 python-single-r1 DESCRIPTION="Personal finance manager based on KDE Frameworks" HOMEPAGE="https://kmymoney.org" @@ -78,7 +78,7 @@ COMMON_DEPEND=" weboob? ( ${PYTHON_DEPS} $(add_qt_dep qtconcurrent) - www-client/weboob + www-client/weboob[${PYTHON_USEDEP}] ) " DEPEND="${COMMON_DEPEND} |