aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/gallery-dl/gallery-dl-1.14.3.ebuild')
-rw-r--r--net-misc/gallery-dl/gallery-dl-1.14.3.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild b/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild
index 9e9053bfa..edcab4bdc 100644
--- a/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild
@@ -45,7 +45,9 @@ src_compile() {
}
pkg_postinst() {
- elog "Optional dependencies:"
- elog "media-video/ffmpeg - for Pixiv Ugoira to WebM conversion"
- elog "net-misc/youtube-dl - for video downloads"
+ elog "To get additional features, some optional runtime dependencies"
+ elog "may be installed:"
+ elog ""
+ optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg
+ optfeature "video downloads" net-misc/youtube-dl
}