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 3E900138350 for ; Sun, 9 Feb 2020 16:11:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B35C4E087B; Sun, 9 Feb 2020 16:11:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7C087E087D for ; Sun, 9 Feb 2020 16:11:14 +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 06D5D34E872 for ; Sun, 9 Feb 2020 16:11:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DB25148 for ; Sun, 9 Feb 2020 16:11:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581264654.91b7478baa9934ee7053f55b40bc39afebc1970c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/kmymoney/kmymoney-5.0.7-r1.ebuild app-office/kmymoney/kmymoney-5.0.7.ebuild app-office/kmymoney/kmymoney-5.0.8-r1.ebuild app-office/kmymoney/kmymoney-5.0.8.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 91b7478baa9934ee7053f55b40bc39afebc1970c X-VCS-Branch: master Date: Sun, 9 Feb 2020 16:11:08 +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: b73a5c42-837f-4fa6-9134-4ca098bd22e9 X-Archives-Hash: efa0f14012a6020deefa8a7d7504ea04 commit: 91b7478baa9934ee7053f55b40bc39afebc1970c Author: Michał Górny gentoo org> AuthorDate: Fri Feb 7 11:26:29 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 16:10:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b7478b app-office/kmymoney: Switch to PYTHON_MULTI_USEDEP API Signed-off-by: Michał Górny gentoo.org> .../kmymoney/{kmymoney-5.0.7.ebuild => kmymoney-5.0.7-r1.ebuild} | 6 ++++-- .../kmymoney/{kmymoney-5.0.8.ebuild => kmymoney-5.0.8-r1.ebuild} | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app-office/kmymoney/kmymoney-5.0.7.ebuild b/app-office/kmymoney/kmymoney-5.0.7-r1.ebuild similarity index 96% rename from app-office/kmymoney/kmymoney-5.0.7.ebuild rename to app-office/kmymoney/kmymoney-5.0.7-r1.ebuild index 75cc141e722..611c550390a 100644 --- a/app-office/kmymoney/kmymoney-5.0.7.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -83,7 +83,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-5.0.8.ebuild b/app-office/kmymoney/kmymoney-5.0.8-r1.ebuild similarity index 97% rename from app-office/kmymoney/kmymoney-5.0.8.ebuild rename to app-office/kmymoney/kmymoney-5.0.8-r1.ebuild index d0eb2a74db5..b1446f406c7 100644 --- a/app-office/kmymoney/kmymoney-5.0.8.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.8-r1.ebuild @@ -83,7 +83,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}