From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 569C01382C5 for ; Thu, 22 Mar 2018 17:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A69BE0A5D; Thu, 22 Mar 2018 17:09:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 739A3E0A5D for ; Thu, 22 Mar 2018 17:09:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90BAB335C73 for ; Thu, 22 Mar 2018 17:09:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48403260 for ; Thu, 22 Mar 2018 17:09:01 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1521737319.4410b97aca8594dbffb3a7fb970bfd8efed28663.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kmymoney/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kmymoney/kmymoney-5.0.9999.ebuild app-office/kmymoney/kmymoney-9999.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4410b97aca8594dbffb3a7fb970bfd8efed28663 X-VCS-Branch: master Date: Thu, 22 Mar 2018 17:09:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 568fef3e-64fc-4cfb-84d8-912de55b39d8 X-Archives-Hash: abbc8243c3813fc1124495079ddcfda9 commit: 4410b97aca8594dbffb3a7fb970bfd8efed28663 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 22 16:48:39 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 22 16:48:39 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4410b97a app-office/kmymoney: Fix python deps and eclass Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-office/kmymoney/kmymoney-5.0.9999.ebuild | 4 ++-- app-office/kmymoney/kmymoney-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-office/kmymoney/kmymoney-5.0.9999.ebuild b/app-office/kmymoney/kmymoney-5.0.9999.ebuild index 84380ac276..7ac9b02a4c 100644 --- a/app-office/kmymoney/kmymoney-5.0.9999.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.9999.ebuild @@ -12,7 +12,7 @@ KDE_TEST="forceoptional" QT_MINIMAL="5.9.3" 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" @@ -82,7 +82,7 @@ COMMON_DEPEND=" weboob? ( ${PYTHON_DEPS} $(add_qt_dep qtconcurrent) - www-client/weboob + www-client/weboob[${PYTHON_USEDEP}] ) " DEPEND="${COMMON_DEPEND} diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index 84380ac276..7ac9b02a4c 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -12,7 +12,7 @@ KDE_TEST="forceoptional" QT_MINIMAL="5.9.3" 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" @@ -82,7 +82,7 @@ COMMON_DEPEND=" weboob? ( ${PYTHON_DEPS} $(add_qt_dep qtconcurrent) - www-client/weboob + www-client/weboob[${PYTHON_USEDEP}] ) " DEPEND="${COMMON_DEPEND}