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 532521382C5 for ; Wed, 20 May 2020 18:25:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85042E09D5; Wed, 20 May 2020 18:25:44 +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 6EA5EE09CE for ; Wed, 20 May 2020 18:25:44 +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 7CEF334F25E for ; Wed, 20 May 2020 18:25:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BFD7238 for ; Wed, 20 May 2020 18:25:41 +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: <1589998944.834aafdbb296768fe265ea209d362a4757455b8d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kraft/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kraft/kraft-9999.ebuild X-VCS-Directories: app-office/kraft/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 834aafdbb296768fe265ea209d362a4757455b8d X-VCS-Branch: master Date: Wed, 20 May 2020 18:25:41 +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: c7fa2fcf-2400-4475-abf7-63b29c3a8b0f X-Archives-Hash: e008c2a672e87718c35bdc173c6a6690 commit: 834aafdbb296768fe265ea209d362a4757455b8d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 20 18:22:24 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 20 18:22:24 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=834aafdb app-office/kraft: Drop obsolete blocker, drop KDE_APPS_MINIMAL Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kraft/kraft-9999.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app-office/kraft/kraft-9999.ebuild b/app-office/kraft/kraft-9999.ebuild index 0b1706ef2d..ccefe73c38 100644 --- a/app-office/kraft/kraft-9999.ebuild +++ b/app-office/kraft/kraft-9999.ebuild @@ -5,7 +5,6 @@ EAPI=7 EGIT_REPO_URI="https://github.com/dragotin/kraft" ECM_HANDBOOK="forceoptional" -KDE_APPS_MINIMAL=19.04.3 KFMIN=5.60.0 QTMIN=5.12.3 inherit ecm git-r3 @@ -32,13 +31,11 @@ DEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 pim? ( - >=kde-apps/akonadi-${KDE_APPS_MINIMAL}:5 - >=kde-apps/akonadi-contacts-${KDE_APPS_MINIMAL}:5 + >=kde-apps/akonadi-19.04.3:5 + >=kde-apps/akonadi-contacts-19.04.3:5 ) " -RDEPEND="${DEPEND} - !app-office/kraft:4 -" +RDEPEND="${DEPEND}" DOCS=( AUTHORS Changes.txt README.md Releasenotes.txt TODO )