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 38697138350 for ; Sun, 9 Feb 2020 18:06:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BDEFE0863; Sun, 9 Feb 2020 18:06:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 58A99E0863 for ; Sun, 9 Feb 2020 18:06:56 +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 6442334E8BB for ; Sun, 9 Feb 2020 18:06:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B05A314E for ; Sun, 9 Feb 2020 18:06:52 +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: <1581271535.13b728a5870d9b3a010ce5ae67d048f23d24a286.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: 13b728a5870d9b3a010ce5ae67d048f23d24a286 X-VCS-Branch: master Date: Sun, 9 Feb 2020 18:06:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bde86324-ca97-4847-9656-b3b2ea3d1068 X-Archives-Hash: 520e762fefc68dd5741b7378c35fe8ea commit: 13b728a5870d9b3a010ce5ae67d048f23d24a286 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 11:26:29 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 9 18:05:35 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=13b728a5 app-office/kmymoney: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kmymoney/kmymoney-5.0.9999.ebuild | 4 +++- app-office/kmymoney/kmymoney-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-office/kmymoney/kmymoney-5.0.9999.ebuild b/app-office/kmymoney/kmymoney-5.0.9999.ebuild index 3a5a973ab6..0fb5cc9c5d 100644 --- a/app-office/kmymoney/kmymoney-5.0.9999.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.9999.ebuild @@ -85,7 +85,9 @@ COMMON_DEPEND=" weboob? ( ${PYTHON_DEPS} >=dev-qt/qtconcurrent-${QTMIN}:5 - www-client/weboob[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + www-client/weboob[${PYTHON_MULTI_USEDEP}] + ') ) " DEPEND="${COMMON_DEPEND} diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index 3b8a373963..7e327f4d96 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -84,7 +84,9 @@ COMMON_DEPEND=" weboob? ( ${PYTHON_DEPS} >=dev-qt/qtconcurrent-${QTMIN}:5 - www-client/weboob[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + www-client/weboob[${PYTHON_MULTI_USEDEP}] + ') ) " DEPEND="${COMMON_DEPEND}