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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5EE6A158094 for ; Sun, 10 Jul 2022 12:37:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DCAEE0AE7; Sun, 10 Jul 2022 12:37:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68B9AE0AE7 for ; Sun, 10 Jul 2022 12:37:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DF3C340DF0 for ; Sun, 10 Jul 2022 12:37:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D184652C for ; Sun, 10 Jul 2022 12:37:03 +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: <1657456316.53e9b81477fd8c683121265e02b7aee667f40091.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/neochat/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/neochat/neochat-9999.ebuild X-VCS-Directories: net-im/neochat/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 53e9b81477fd8c683121265e02b7aee667f40091 X-VCS-Branch: master Date: Sun, 10 Jul 2022 12:37:03 +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: 860fbefe-56d8-4410-a602-5b46023790d5 X-Archives-Hash: 6a3ee19e8c01960f2c3f76d4bbfcdcdb commit: 53e9b81477fd8c683121265e02b7aee667f40091 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 10 12:31:30 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 10 12:31:56 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=53e9b814 net-im/neochat: Update dependencies, set KFMIN to 5.96.0 Upstream commits: fa631ece3a71567c95d1d21aef192f00fa1ce987 9300e65239f9204a688084af20d05138d272fdb4 ca719b835ed264d327593abdc40ff6d332f4c089 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/neochat/neochat-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-im/neochat/neochat-9999.ebuild b/net-im/neochat/neochat-9999.ebuild index 584b5737cf..25ffb6b72d 100644 --- a/net-im/neochat/neochat-9999.ebuild +++ b/net-im/neochat/neochat-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -KFMIN=5.82.0 +KFMIN=5.96.0 QTMIN=5.15.5 inherit ecm kde.org @@ -20,6 +20,7 @@ SLOT="0" DEPEND=" app-text/cmark:= + dev-libs/qcoro5 dev-libs/qtkeychain:= >=dev-qt/qtdeclarative-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5