From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1644086-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 A8F2515817D for <garchives@archives.gentoo.org>; Mon, 17 Jun 2024 17:35:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA2FFE2A82; Mon, 17 Jun 2024 17:35:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B6232E2A82 for <gentoo-commits@lists.gentoo.org>; Mon, 17 Jun 2024 17:35:02 +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 DE150335C4E for <gentoo-commits@lists.gentoo.org>; Mon, 17 Jun 2024 17:35:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A596ED8 for <gentoo-commits@lists.gentoo.org>; Mon, 17 Jun 2024 17:35:00 +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: <1718645693.c7e5598ca1841c31ee3472c2f785c91f49c49d2e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-im/tokodon/ X-VCS-Repository: proj/kde X-VCS-Files: net-im/tokodon/tokodon-24.05.49.9999.ebuild net-im/tokodon/tokodon-9999.ebuild X-VCS-Directories: net-im/tokodon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c7e5598ca1841c31ee3472c2f785c91f49c49d2e X-VCS-Branch: master Date: Mon, 17 Jun 2024 17:35:00 +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: 30dcd563-8890-4b10-b7f7-d4819b26d0b9 X-Archives-Hash: a674d2a5b4202fdeec39cd7f731cc54a commit: c7e5598ca1841c31ee3472c2f785c91f49c49d2e Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jun 17 17:32:42 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Jun 17 17:34:53 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c7e5598c net-im/tokodon: Fix IUSE !mpv dependency Amends 8cd177b72b68f969d1d6367415e1be683a8b4588 Upstream commit 4b0bf816af9b03b4f95587bd73f603cfe1662946 Bug: https://bugs.gentoo.org/934066 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-im/tokodon/tokodon-24.05.49.9999.ebuild | 2 +- net-im/tokodon/tokodon-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/tokodon/tokodon-24.05.49.9999.ebuild b/net-im/tokodon/tokodon-24.05.49.9999.ebuild index 2e1b92a069..33b14eb356 100644 --- a/net-im/tokodon/tokodon-24.05.49.9999.ebuild +++ b/net-im/tokodon/tokodon-24.05.49.9999.ebuild @@ -38,7 +38,7 @@ DEPEND=" >=kde-frameworks/purpose-${KFMIN}:6 >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6 mpv? ( media-libs/mpvqt ) - !mpv? ( >=dev-qt/qtsvg-${QTMIN}:6 ) + !mpv? ( >=dev-qt/qtmultimedia-${QTMIN}:6[qml] ) webengine? ( >=dev-qt/qtwebview-${QTMIN}:6 ) " RDEPEND="${DEPEND} diff --git a/net-im/tokodon/tokodon-9999.ebuild b/net-im/tokodon/tokodon-9999.ebuild index 2e1b92a069..33b14eb356 100644 --- a/net-im/tokodon/tokodon-9999.ebuild +++ b/net-im/tokodon/tokodon-9999.ebuild @@ -38,7 +38,7 @@ DEPEND=" >=kde-frameworks/purpose-${KFMIN}:6 >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6 mpv? ( media-libs/mpvqt ) - !mpv? ( >=dev-qt/qtsvg-${QTMIN}:6 ) + !mpv? ( >=dev-qt/qtmultimedia-${QTMIN}:6[qml] ) webengine? ( >=dev-qt/qtwebview-${QTMIN}:6 ) " RDEPEND="${DEPEND}