summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}