commit: 89511d44a6703096f897c72c5fcb66d3564407b4
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 29 19:50:23 2026 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jan 29 20:03:43 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89511d44
net-misc/yt-dlp: update live
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
net-misc/yt-dlp/yt-dlp-9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-misc/yt-dlp/yt-dlp-9999.ebuild
b/net-misc/yt-dlp/yt-dlp-9999.ebuild
index 76d76b9fcc85..846089bdb604 100644
--- a/net-misc/yt-dlp/yt-dlp-9999.ebuild
+++ b/net-misc/yt-dlp/yt-dlp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -39,8 +39,8 @@ IUSE="+deno"
# (should "typically" be updated in Gentoo within 24h if willing to wait)
RDEPEND="
dev-python/pycryptodome[${PYTHON_USEDEP}]
- =dev-python/yt-dlp-ejs-0.3*[${PYTHON_USEDEP}]
- deno? ( dev-lang/deno-bin )
+ =dev-python/yt-dlp-ejs-0.4*[${PYTHON_USEDEP}]
+ deno? ( >=dev-lang/deno-bin-2.6.6 )
"
BDEPEND="
test? ( media-video/ffmpeg[webp] )