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 C3494138334 for ; Thu, 7 Feb 2019 15:15:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AABBEE0AE3; Thu, 7 Feb 2019 15:15:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 74EAFE0AE2 for ; Thu, 7 Feb 2019 15:15:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2BD5F335D8D for ; Thu, 7 Feb 2019 15:15:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F915538 for ; Thu, 7 Feb 2019 15:15: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: <1549551059.cf8851e43079479a7f0dadf59f0effac4778a9d4.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.3.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cf8851e43079479a7f0dadf59f0effac4778a9d4 X-VCS-Branch: master Date: Thu, 7 Feb 2019 15:15: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: 68439c9e-2435-44ae-9205-832e83ae08f6 X-Archives-Hash: bd1e41a20986412cd2f7bbc10997a94f commit: cf8851e43079479a7f0dadf59f0effac4778a9d4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 7 14:50:59 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 7 14:50:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8851e4 app-office/kmymoney: EAPI-7 bump Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-office/kmymoney/kmymoney-5.0.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-office/kmymoney/kmymoney-5.0.3.ebuild b/app-office/kmymoney/kmymoney-5.0.3.ebuild index f50f2d2da31..424fba46bb5 100644 --- a/app-office/kmymoney/kmymoney-5.0.3.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EGIT_BRANCH="5.0" PYTHON_COMPAT=( python2_7 ) @@ -25,6 +25,7 @@ IUSE="activities addressbook calendar hbci holidays ofx quotes webkit weboob" REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )" +BDEPEND="virtual/pkgconfig" COMMON_DEPEND=" $(add_frameworks_dep karchive) $(add_frameworks_dep kcmutils) @@ -74,7 +75,7 @@ COMMON_DEPEND=" ofx? ( dev-libs/libofx ) webkit? ( $(add_frameworks_dep kdewebkit) - $(add_qt_dep qtwebkit) + >=dev-qt/qtwebkit-5.212.0_pre20180120:5 ) !webkit? ( $(add_qt_dep qtwebengine 'widgets') ) weboob? ( @@ -85,7 +86,6 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} dev-libs/boost - virtual/pkgconfig " RDEPEND="${COMMON_DEPEND} !app-office/kmymoney:4