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 161291382C5 for ; Thu, 22 Mar 2018 12:22:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E55FE099E; Thu, 22 Mar 2018 12:22:18 +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 307EFE099B for ; Thu, 22 Mar 2018 12:22:18 +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 2EF44335C74 for ; Thu, 22 Mar 2018 12:22:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60098271 for ; Thu, 22 Mar 2018 12:22:13 +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: <1521721013.a0ce560aa28d23ec24e80c2c2333f1717d8a119f.asturm@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.1-r1.ebuild app-office/kmymoney/kmymoney-5.0.1-r2.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a0ce560aa28d23ec24e80c2c2333f1717d8a119f X-VCS-Branch: master Date: Thu, 22 Mar 2018 12:22:13 +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: 0f2a46c7-eda7-4043-80c8-f7a2779a3185 X-Archives-Hash: 5629eb27963d87d9edecf7789a9fe34a commit: a0ce560aa28d23ec24e80c2c2333f1717d8a119f Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 22 12:09:50 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 22 12:16:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ce560a app-office/kmymoney: Fix python setup Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../kmymoney/{kmymoney-5.0.1-r1.ebuild => kmymoney-5.0.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/kmymoney/kmymoney-5.0.1-r1.ebuild b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild similarity index 99% rename from app-office/kmymoney/kmymoney-5.0.1-r1.ebuild rename to app-office/kmymoney/kmymoney-5.0.1-r2.ebuild index 76c12cf2c4f..9334489d3b1 100644 --- a/app-office/kmymoney/kmymoney-5.0.1-r1.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.1-r2.ebuild @@ -93,7 +93,7 @@ RDEPEND="${COMMON_DEPEND} PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) pkg_setup() { - use weboob && python-setup + use weboob && python_setup kde5_pkg_setup }