portage-overlay

personal portage ebuild repository
git clone anongit@rnpnr.xyz:portage-overlay.git
Log | Files | Refs | Feed | README

Commit: 1935f03934795a590edde986c45d49e524baca6b
Parent: 3ad4de4962349eb02095cee29c47fecb829dba57
Author: Randy Palamar
Date:   Mon, 16 May 2022 07:17:21 -0600

net-misc/yt-dlp: remove mpv config comment

yt-dlp has been supported by default in mpv for a while

Diffstat:
Mnet-misc/yt-dlp/yt-dlp-9999.ebuild | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/net-misc/yt-dlp/yt-dlp-9999.ebuild b/net-misc/yt-dlp/yt-dlp-9999.ebuild @@ -53,9 +53,4 @@ pkg_postinst() { elog 'as "youtube-dl". This is strictly for compatibility and it is' elog 'recommended to use "yt-dlp" directly, it may be removed in the future.' fi - if has_version media-video/mpv && ! use symlink; then - elog - elog "To use media-video/mpv with ${PN} you may want to this to your mpv.conf:" - elog "script-opts=ytdl_hook-ytdl_path=${PN}" - fi }