summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-12-05 23:12:31 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-12-05 23:50:16 -0500
commit4de28696b25783fb2e1f71e45c744e56eec105d8 (patch)
treeea9bce9c447b781e0cf8b5cfe35114f287866a53
parentsys-devel/gdb: keyword 13.0.50_p20221206 for ~loong (diff)
downloadgentoo-4de28696b25783fb2e1f71e45c744e56eec105d8.tar.gz
gentoo-4de28696b25783fb2e1f71e45c744e56eec105d8.tar.bz2
gentoo-4de28696b25783fb2e1f71e45c744e56eec105d8.zip
media-video/mpv: note that yt-dlp support needs USE=lua
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--media-video/mpv/mpv-0.35.0.ebuild2
-rw-r--r--media-video/mpv/mpv-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/mpv/mpv-0.35.0.ebuild b/media-video/mpv/mpv-0.35.0.ebuild
index 39a550fa8790..6551a1953b76 100644
--- a/media-video/mpv/mpv-0.35.0.ebuild
+++ b/media-video/mpv/mpv-0.35.0.ebuild
@@ -280,5 +280,5 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
- optfeature "URL support" net-misc/yt-dlp
+ optfeature "URL support with USE=lua" net-misc/yt-dlp
}
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index bb47b11a853a..0624e8ac6f99 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -280,5 +280,5 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
- optfeature "URL support" net-misc/yt-dlp
+ optfeature "URL support with USE=lua" net-misc/yt-dlp
}