From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1416659-garchives=archives.gentoo.org@lists.gentoo.org>
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 849B9158094
	for <garchives@archives.gentoo.org>; Sat,  9 Jul 2022 12:53:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 93667E0893;
	Sat,  9 Jul 2022 12:53:03 +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 707A7E0891
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Jul 2022 12:53:03 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 8A5FA340F40
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Jul 2022 12:53:02 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A42E54A
	for <gentoo-commits@lists.gentoo.org>; Sat,  9 Jul 2022 12:52:59 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1657371158.e5ef04bc478068829a699b4fd8d4028ce1c7aef4.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: e5ef04bc478068829a699b4fd8d4028ce1c7aef4
X-VCS-Branch: master
Date: Sat,  9 Jul 2022 12:52:59 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 63b0e262-ab5e-472c-8fb1-48c41bdaa45c
X-Archives-Hash: 90425bb6d6a0fb3b6d5d51c443c38e4e

commit:     e5ef04bc478068829a699b4fd8d4028ce1c7aef4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  9 12:01:59 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 12:52:38 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e5ef04bc

net-im/neochat: Update dependencies

Upstream commit ef1004217933bcf51ea639297bbd6f34b54d7f8a

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-im/neochat/neochat-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/neochat/neochat-9999.ebuild b/net-im/neochat/neochat-9999.ebuild
index 75e52fd9f9..584b5737cf 100644
--- a/net-im/neochat/neochat-9999.ebuild
+++ b/net-im/neochat/neochat-9999.ebuild
@@ -38,7 +38,6 @@ DEPEND="
 	>=kde-frameworks/knotifications-${KFMIN}:5[qml]
 	>=kde-frameworks/kwindowsystem-${KFMIN}:5
 	>=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
-	>=kde-frameworks/sonnet-${KFMIN}:5
 	media-libs/kquickimageeditor:5
 	>=net-libs/libquotient-0.6
 "
@@ -47,5 +46,6 @@ RDEPEND="${DEPEND}
 	>=dev-qt/qtmultimedia-${QTMIN}:5[qml]
 	>=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
 	>=kde-frameworks/purpose-${KFMIN}:5
+	>=kde-frameworks/sonnet-${KFMIN}:5[qml]
 "
 BDEPEND="virtual/pkgconfig"