commit: 4de28696b25783fb2e1f71e45c744e56eec105d8
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 6 04:12:31 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Dec 6 04:50:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de28696
media-video/mpv: note that yt-dlp support needs USE=lua
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-video/mpv/mpv-0.35.0.ebuild | 2 +-
media-video/mpv/mpv-9999.ebuild | 2 +-
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
}