commit: ee9a0950bb7e651dce6e8a9881b02ce9f5f53cb6 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Thu Jul 17 17:11:01 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/kde/pull/1054 Closes: https://github.com/gentoo/kde/pull/1054 Signed-off-by: Andreas Sturmlechner <asturm <AT> 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
