summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-05-07 13:38:47 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-05-07 13:41:48 -0400
commit609044d88519daa513874297f36e5675ccc94453 (patch)
tree87af440b734692fd1dddf6c16eb2816923f38c21 /net-misc/yt-dlp
parentdev-python/pyarrow: new package, add 12.0.0 (diff)
downloadgentoo-609044d88519daa513874297f36e5675ccc94453.tar.gz
gentoo-609044d88519daa513874297f36e5675ccc94453.tar.bz2
gentoo-609044d88519daa513874297f36e5675ccc94453.zip
net-misc/yt-dlp: report correct version in live
Closes: https://bugs.gentoo.org/905884 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-misc/yt-dlp')
-rw-r--r--net-misc/yt-dlp/yt-dlp-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-misc/yt-dlp/yt-dlp-9999.ebuild b/net-misc/yt-dlp/yt-dlp-9999.ebuild
index ff0fc081c14a..62d5394793d3 100644
--- a/net-misc/yt-dlp/yt-dlp-9999.ebuild
+++ b/net-misc/yt-dlp/yt-dlp-9999.ebuild
@@ -37,6 +37,8 @@ python_compile() {
# given need lazy before compile and it needs a usable ${PYTHON}
emake completions lazy-extractors $(usev man yt-dlp.1)
+ "${EPYTHON}" devscripts/update-version.py || die
+
distutils-r1_python_compile
}