From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1673815-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 6EAF6158083 for <garchives@archives.gentoo.org>; Wed, 25 Sep 2024 21:17:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD8B6E2B9A; Wed, 25 Sep 2024 21:17:43 +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 A24A3E2B9A for <gentoo-commits@lists.gentoo.org>; Wed, 25 Sep 2024 21:17:43 +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 C144134318A for <gentoo-commits@lists.gentoo.org>; Wed, 25 Sep 2024 21:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 621AD1ACF for <gentoo-commits@lists.gentoo.org>; Wed, 25 Sep 2024 21:17:41 +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: <1727297587.a654f6cd62b3dbb5d9a597a8e6c04b0db69dbbda.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-24.08.49.9999.ebuild 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: a654f6cd62b3dbb5d9a597a8e6c04b0db69dbbda X-VCS-Branch: master Date: Wed, 25 Sep 2024 21:17:41 +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: 3cda4b66-d11b-4877-96f0-c1dfd16b94f7 X-Archives-Hash: 3b37db7c9f24a3dd1fd22c9696e9a4a1 commit: a654f6cd62b3dbb5d9a597a8e6c04b0db69dbbda Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Sep 25 20:53:07 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Sep 25 20:53:07 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a654f6cd net-im/neochat: Add missing dependency Upstream commit 6df60a39b0c95db519df1c150111a45a2aa361f3 Bug: https://bugs.gentoo.org/940213 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-im/neochat/neochat-24.08.49.9999.ebuild | 1 + net-im/neochat/neochat-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-im/neochat/neochat-24.08.49.9999.ebuild b/net-im/neochat/neochat-24.08.49.9999.ebuild index bbad7f48d0..ee21dc3012 100644 --- a/net-im/neochat/neochat-24.08.49.9999.ebuild +++ b/net-im/neochat/neochat-24.08.49.9999.ebuild @@ -39,6 +39,7 @@ DEPEND=" >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-frameworks/kitemmodels-${KFMIN}:6 >=kde-frameworks/knotifications-${KFMIN}:6 + >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6 >=kde-frameworks/kwindowsystem-${KFMIN}:6 >=kde-frameworks/purpose-${KFMIN}:6 >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6 diff --git a/net-im/neochat/neochat-9999.ebuild b/net-im/neochat/neochat-9999.ebuild index bbad7f48d0..ee21dc3012 100644 --- a/net-im/neochat/neochat-9999.ebuild +++ b/net-im/neochat/neochat-9999.ebuild @@ -39,6 +39,7 @@ DEPEND=" >=kde-frameworks/kirigami-${KFMIN}:6 >=kde-frameworks/kitemmodels-${KFMIN}:6 >=kde-frameworks/knotifications-${KFMIN}:6 + >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6 >=kde-frameworks/kwindowsystem-${KFMIN}:6 >=kde-frameworks/purpose-${KFMIN}:6 >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6