commit:     adc1cc89e82d09570b1298950df06c778a0161ac
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  8 00:22:46 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Dec  8 00:30:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc1cc89

net-misc/yt-dlp: relax yt-dlp-ejs dependency

Missed this when doing the bump, but just noticed that it no longer
hard errors if the patch version does not match. It still checks
the sha512sum of the .js files but they haven't changed since 0.3.0
and in theory won't until 0.4.x.

This should especially make things nicer for the live ebuild while
a yt-dlp-ejs update is pending. Not particularly important for the
release version though (not worth a revbump).

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 net-misc/yt-dlp/yt-dlp-2025.12.08.ebuild | 2 +-
 net-misc/yt-dlp/yt-dlp-9999.ebuild       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/yt-dlp/yt-dlp-2025.12.08.ebuild 
b/net-misc/yt-dlp/yt-dlp-2025.12.08.ebuild
index 0644c7319cee..76d76b9fcc85 100644
--- a/net-misc/yt-dlp/yt-dlp-2025.12.08.ebuild
+++ b/net-misc/yt-dlp/yt-dlp-2025.12.08.ebuild
@@ -39,7 +39,7 @@ 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.2[${PYTHON_USEDEP}]
+       =dev-python/yt-dlp-ejs-0.3*[${PYTHON_USEDEP}]
        deno? ( dev-lang/deno-bin )
 "
 BDEPEND="

diff --git a/net-misc/yt-dlp/yt-dlp-9999.ebuild 
b/net-misc/yt-dlp/yt-dlp-9999.ebuild
index 0644c7319cee..76d76b9fcc85 100644
--- a/net-misc/yt-dlp/yt-dlp-9999.ebuild
+++ b/net-misc/yt-dlp/yt-dlp-9999.ebuild
@@ -39,7 +39,7 @@ 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.2[${PYTHON_USEDEP}]
+       =dev-python/yt-dlp-ejs-0.3*[${PYTHON_USEDEP}]
        deno? ( dev-lang/deno-bin )
 "
 BDEPEND="

Reply via email to