commit: 17c40d87ae6647c1ff76c9b1f48743df20d535f5
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jul 28 09:11:59 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jul 28 09:11:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17c40d87
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 <AT> riseup.net>
net-misc/gallery-dl/gallery-dl-1.14.3.ebuild | 3 ++-
net-misc/gallery-dl/gallery-dl-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 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 b8344db..9e9053b 100644
--- a/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-1.14.3.ebuild
@@ -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"
}
diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild
b/net-misc/gallery-dl/gallery-dl-9999.ebuild
index b8344db..9e9053b 100644
--- a/net-misc/gallery-dl/gallery-dl-9999.ebuild
+++ b/net-misc/gallery-dl/gallery-dl-9999.ebuild
@@ -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"
}