From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id DA0C515808A for ; Thu, 17 Jul 2025 17:15:28 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C1712340F1F for ; Thu, 17 Jul 2025 17:15:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1CB521102A2; Thu, 17 Jul 2025 17:15:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 12C391102A2 for ; Thu, 17 Jul 2025 17:15:25 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C25BD340ECA for ; Thu, 17 Jul 2025 17:15:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4BA42F3A for ; Thu, 17 Jul 2025 17:15:22 +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: <1752772500.ee9a0950bb7e651dce6e8a9881b02ce9f5f53cb6.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: ee9a0950bb7e651dce6e8a9881b02ce9f5f53cb6 X-VCS-Branch: master Date: Thu, 17 Jul 2025 17:15:22 +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: acccfc5d-e923-486a-b54b-b3b6fa0afd64 X-Archives-Hash: a2cb48ed27ac04830de53dc5e274c7ae commit: ee9a0950bb7e651dce6e8a9881b02ce9f5f53cb6 Author: Alfred Wingate protonmail com> AuthorDate: Thu Jul 17 17:11:01 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 17 17:15:00 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ee9a0950 net-im/neochat: add missing qml requirements Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/kde/pull/1054 Closes: https://github.com/gentoo/kde/pull/1054 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/neochat/neochat-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/neochat/neochat-9999.ebuild b/net-im/neochat/neochat-9999.ebuild index b222ca12d5..53f2cdbf4c 100644 --- a/net-im/neochat/neochat-9999.ebuild +++ b/net-im/neochat/neochat-9999.ebuild @@ -24,8 +24,8 @@ DEPEND=" >=dev-libs/qtkeychain-0.14.2:=[qt6(+)] >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6 - >=dev-qt/qtmultimedia-${QTMIN}:6 - >=dev-qt/qtspeech-${QTMIN}:6 + >=dev-qt/qtmultimedia-${QTMIN}:6[qml] + >=dev-qt/qtspeech-${QTMIN}:6[qml] >=dev-qt/qtsvg-${QTMIN}:6 >=dev-qt/qtwebview-${QTMIN}:6 >=kde-frameworks/kcolorscheme-${KFMIN}:6