mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
net-misc/gallery-dl: fix typo
also add DISTUTILS_USE_SETUPTOOLS to prevent warning during prepare phase Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=(python3_{6,7,8})
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
inherit eutils distutils-r1
|
||||
|
||||
@@ -44,7 +45,7 @@ src_compile() {
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Optionad dependencies:"
|
||||
elog "Optional dependencies:"
|
||||
elog "media-video/ffmpeg - for Pixiv Ugoira to WebM conversion"
|
||||
elog "net-misc/youtube-dl - for video downloads"
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=(python3_{6,7,8})
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
|
||||
inherit eutils distutils-r1
|
||||
|
||||
@@ -44,7 +45,7 @@ src_compile() {
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Optionad dependencies:"
|
||||
elog "Optional dependencies:"
|
||||
elog "media-video/ffmpeg - for Pixiv Ugoira to WebM conversion"
|
||||
elog "net-misc/youtube-dl - for video downloads"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user