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 57C43138359 for ; Fri, 10 Jul 2020 13:29:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AFB5E0801; Fri, 10 Jul 2020 13:29:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 8184DE0801 for ; Fri, 10 Jul 2020 13:29:01 +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 9275F34F89D for ; Fri, 10 Jul 2020 13:29:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F0662D0 for ; Fri, 10 Jul 2020 13:28:59 +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: <1594387076.cdee8e5a68b4ebdfdb4a8fd112d5bf62a23bdde2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-irc/konversation/ X-VCS-Repository: proj/kde X-VCS-Files: net-irc/konversation/konversation-2.9999.ebuild net-irc/konversation/konversation-9999.ebuild X-VCS-Directories: net-irc/konversation/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cdee8e5a68b4ebdfdb4a8fd112d5bf62a23bdde2 X-VCS-Branch: master Date: Fri, 10 Jul 2020 13:28:59 +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: 31c764ad-de18-4960-9c89-ce60c100ca14 X-Archives-Hash: b899106067afe190b3427aa3b445ef72 commit: cdee8e5a68b4ebdfdb4a8fd112d5bf62a23bdde2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 10 13:17:56 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 10 13:17:56 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cdee8e5a net-irc/konversation: Raise KFMIN to 5.70.0 for KF5Bookmarks compat Upstream commit 57df81cd8a11c4dbe170f9d81abd5b35b4887e0b Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> net-irc/konversation/konversation-2.9999.ebuild | 2 +- net-irc/konversation/konversation-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/konversation/konversation-2.9999.ebuild b/net-irc/konversation/konversation-2.9999.ebuild index d713dd034d..f774d691a0 100644 --- a/net-irc/konversation/konversation-2.9999.ebuild +++ b/net-irc/konversation/konversation-2.9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 EGIT_BRANCH="wip/qtquick" ECM_HANDBOOK="forceoptional" -KFMIN=5.60.0 +KFMIN=5.70.0 QTMIN=5.12.3 inherit ecm kde.org diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild index 74a24ddb25..e63dc863b1 100644 --- a/net-irc/konversation/konversation-9999.ebuild +++ b/net-irc/konversation/konversation-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 ECM_HANDBOOK="forceoptional" -KFMIN=5.60.0 +KFMIN=5.70.0 QTMIN=5.12.3 inherit ecm kde.org