diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-03 13:29:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-04 20:55:04 +0200 |
commit | ac09387543528c3d8930af10a1fcc054b7dd86f0 (patch) | |
tree | dad9c80f925ca9f0828d4c83a523bc8e6ed114db /media-video/yle-dl | |
parent | media-video/h264enc: Drop superfluous optfeature header (diff) | |
download | gentoo-ac09387543528c3d8930af10a1fcc054b7dd86f0.tar.gz gentoo-ac09387543528c3d8930af10a1fcc054b7dd86f0.tar.bz2 gentoo-ac09387543528c3d8930af10a1fcc054b7dd86f0.zip |
media-video/yle-dl: Drop superfluous optfeature header
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video/yle-dl')
-rw-r--r-- | media-video/yle-dl/yle-dl-20210212.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-video/yle-dl/yle-dl-20210212.ebuild b/media-video/yle-dl/yle-dl-20210212.ebuild index 5aa66d814d1f..125985473641 100644 --- a/media-video/yle-dl/yle-dl-20210212.ebuild +++ b/media-video/yle-dl/yle-dl-20210212.ebuild @@ -49,7 +49,6 @@ src_install() { pkg_postinst() { elog "Sample configuration file has been installed to " elog " /usr/share/doc/yle-dl-${PV}/yledl.conf.sample" - elog "" - elog "Optional download engines: " + elog optfeature "youtube-dl download engine" net-misc/youtube-dl } |