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 DEB74138361 for ; Tue, 11 May 2021 20:06:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 445CEE0809; Tue, 11 May 2021 20:06:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2E4AAE0809 for ; Tue, 11 May 2021 20:06:24 +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 6944834103B for ; Tue, 11 May 2021 20:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44B408DF for ; Tue, 11 May 2021 12:31:49 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1620736306.ccc0b2fb51b9b5db60ea191f726411c16b71fb41.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon-vlc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon-vlc/phonon-vlc-0.11.3-r1.ebuild media-libs/phonon-vlc/phonon-vlc-0.11.3.ebuild X-VCS-Directories: media-libs/phonon-vlc/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ccc0b2fb51b9b5db60ea191f726411c16b71fb41 X-VCS-Branch: master Date: Tue, 11 May 2021 12:31:49 +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: fe3c3f3e-5ead-4915-a40b-83469edb7b84 X-Archives-Hash: e1c5baa33a2e877210670c5dd9f37dd2 commit: ccc0b2fb51b9b5db60ea191f726411c16b71fb41 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue May 11 12:30:59 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue May 11 12:31:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc0b2fb 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> .../{phonon-vlc-0.11.3.ebuild => phonon-vlc-0.11.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/phonon-vlc/phonon-vlc-0.11.3.ebuild b/media-libs/phonon-vlc/phonon-vlc-0.11.3-r1.ebuild similarity index 94% rename from media-libs/phonon-vlc/phonon-vlc-0.11.3.ebuild rename to media-libs/phonon-vlc/phonon-vlc-0.11.3-r1.ebuild index 053592789a1..b87d9b50405 100644 --- a/media-libs/phonon-vlc/phonon-vlc-0.11.3.ebuild +++ b/media-libs/phonon-vlc/phonon-vlc-0.11.3-r1.ebuild @@ -26,7 +26,7 @@ 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}"