diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-01-24 07:48:24 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-01-24 08:21:36 -0500 |
commit | b6314415252c0d90f32ad84242df8ad51bd85c5a (patch) | |
tree | be2d9b4932040f4c11eee7a66042ac761e78c946 /x11-misc | |
parent | media-video/yle-dl: cleanup youtube-dl alternate optfeature (diff) | |
download | gentoo-b6314415252c0d90f32ad84242df8ad51bd85c5a.tar.gz gentoo-b6314415252c0d90f32ad84242df8ad51bd85c5a.tar.bz2 gentoo-b6314415252c0d90f32ad84242df8ad51bd85c5a.zip |
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@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/i3blocks-contrib/i3blocks-contrib-2.0.0.ebuild | 4 |
1 files 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" } |