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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E78FC1382C5 for ; Sat, 15 May 2021 20:50:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 393C9E0839; Sat, 15 May 2021 20:50:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C044AE0839 for ; Sat, 15 May 2021 20:50:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75F35335C8E for ; Sat, 15 May 2021 20:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B054A5C4 for ; Sat, 15 May 2021 20:50:35 +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: <1621111829.63d6005fb7184ecd1157fded7bfb97d39e992bb9.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: 63d6005fb7184ecd1157fded7bfb97d39e992bb9 X-VCS-Branch: master Date: Sat, 15 May 2021 20:50:35 +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: 94a2364c-e5e6-42b2-b920-05aef4af339f X-Archives-Hash: 316941afde411c8fc3d28086d95a8da4 commit: 63d6005fb7184ecd1157fded7bfb97d39e992bb9 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue May 11 12:30:59 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 15 20:50:29 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=63d6005f media-libs/phonon-vlc: >=media-video/vlc-3.0.14 now always depend on vorbis Since commit 61e99a621f6a8e0ad3085838ec618102c906f6cb, VLC is now always depending on vorbis and USE=vorbis is gone. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> 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 b192ec6ef2..7f9bcbb9a0 100644 --- a/media-libs/phonon-vlc/phonon-vlc-9999.ebuild +++ b/media-libs/phonon-vlc/phonon-vlc-9999.ebuild @@ -25,6 +25,6 @@ DEPEND=" dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=media-libs/phonon-4.11.0 - media-video/vlc:=[dbus,ogg,vorbis] + media-video/vlc:=[dbus,ogg,vorbis(+)] " RDEPEND="${DEPEND}"