commit:     b6314415252c0d90f32ad84242df8ad51bd85c5a
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 12:48:24 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 13:21:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6314415

x11-misc/i3blocks-contrib: update mpv+yt optfeature to use yt-dlp

youtube-dl is about to be removed, and mpv defaults to yt-dlp

Also add [lua] as the ytdl hook requires it.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-misc/i3blocks-contrib/i3blocks-contrib-2.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/i3blocks-contrib/i3blocks-contrib-2.0.0.ebuild 
b/x11-misc/i3blocks-contrib/i3blocks-contrib-2.0.0.ebuild
index b588938c6635..104cad3b9417 100644
--- a/x11-misc/i3blocks-contrib/i3blocks-contrib-2.0.0.ebuild
+++ b/x11-misc/i3blocks-contrib/i3blocks-contrib-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -53,5 +53,5 @@ pkg_postinst() {
        optfeature "rofi-calendar" x11-misc/rofi
        optfeature "ssid and wlan-dbm" net-wireless/iw
        optfeature "temperature" sys-apps/lm-sensors
-       optfeature "ytdl-mpv" "media-fonts/fontawesome media-video/mpv 
x11-misc/xclip net-misc/youtube-dl"
+       optfeature "ytdl-mpv" "media-fonts/fontawesome media-video/mpv[lua] 
x11-misc/xclip net-misc/yt-dlp"
 }

Reply via email to