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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F716158042 for ; Sat, 9 Nov 2024 11:42:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4778DE08E2; Sat, 9 Nov 2024 11:42:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 315C6E08E2 for ; Sat, 9 Nov 2024 11:42:06 +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 5B5FD33BEA5 for ; Sat, 9 Nov 2024 11:42:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90A591A26 for ; Sat, 9 Nov 2024 11:42:03 +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: <1731149947.8aadc3c1795f0a4adace5461483954d96d1e7b8a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/phonon-vlc/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/phonon-vlc/phonon-vlc-9999.ebuild X-VCS-Directories: media-libs/phonon-vlc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8aadc3c1795f0a4adace5461483954d96d1e7b8a X-VCS-Branch: master Date: Sat, 9 Nov 2024 11:42:03 +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: 47e2bc17-9cc0-4c9f-a1a3-d705a0ac9d9b X-Archives-Hash: 0467ef56b6efdeb6f0a0902f1a6702e6 commit: 8aadc3c1795f0a4adace5461483954d96d1e7b8a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 9 10:59:07 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 9 10:59:07 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8aadc3c1 media-libs/phonon-vlc: Prepare for media-libs/phonon dropping IUSE qt5 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/phonon-vlc/phonon-vlc-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/phonon-vlc/phonon-vlc-9999.ebuild b/media-libs/phonon-vlc/phonon-vlc-9999.ebuild index 6756044ad2..ac9a2f8463 100644 --- a/media-libs/phonon-vlc/phonon-vlc-9999.ebuild +++ b/media-libs/phonon-vlc/phonon-vlc-9999.ebuild @@ -20,7 +20,7 @@ IUSE="debug qt5 +qt6" REQUIRED_USE="|| ( qt5 qt6 )" DEPEND=" - >=media-libs/phonon-4.12.0[qt5=,qt6(+)=] + >=media-libs/phonon-4.12.0[qt5(-)=,qt6(+)=] media-video/vlc:=[dbus,ogg,vorbis(+)] qt5? ( dev-qt/qtcore:5