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 C581C158041 for ; Fri, 8 Mar 2024 20:44:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 372D5E29C8; Fri, 8 Mar 2024 20:44:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20B40E29C8 for ; Fri, 8 Mar 2024 20:44:53 +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 2505D33BED4 for ; Fri, 8 Mar 2024 20:44:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 489AC14EF for ; Fri, 8 Mar 2024 20:44:50 +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: <1709930548.f8e72920dae99616f5fabbb2cacf01999841ede7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/neochat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/neochat/neochat-24.02.0-r1.ebuild net-im/neochat/neochat-24.02.0.ebuild X-VCS-Directories: net-im/neochat/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f8e72920dae99616f5fabbb2cacf01999841ede7 X-VCS-Branch: master Date: Fri, 8 Mar 2024 20:44:50 +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: 5abd4989-9723-4597-a551-54e2527c751b X-Archives-Hash: 3960ab36abc5c063d304567247c21d83 commit: f8e72920dae99616f5fabbb2cacf01999841ede7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 7 23:58:14 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 8 20:42:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e72920 net-im/neochat: Drop dev-qt/qtmultimedia[gstreamer] USEdep Qt6Multimedia ensures a video backend is available, w/ ffmpeg as default. Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/neochat/{neochat-24.02.0.ebuild => neochat-24.02.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/neochat/neochat-24.02.0.ebuild b/net-im/neochat/neochat-24.02.0-r1.ebuild similarity index 97% rename from net-im/neochat/neochat-24.02.0.ebuild rename to net-im/neochat/neochat-24.02.0-r1.ebuild index 67e8255ece68..0ca370582e35 100644 --- a/net-im/neochat/neochat-24.02.0.ebuild +++ b/net-im/neochat/neochat-24.02.0-r1.ebuild @@ -25,7 +25,7 @@ DEPEND=" >=dev-libs/qtkeychain-0.14.1-r1:=[qt6] >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6 - >=dev-qt/qtmultimedia-${QTMIN}:6[gstreamer] + >=dev-qt/qtmultimedia-${QTMIN}:6 >=dev-qt/qtsvg-${QTMIN}:6 >=dev-qt/qtwebview-${QTMIN}:6 >=kde-frameworks/kcolorscheme-${KFMIN}:6