From 17c40d87ae6647c1ff76c9b1f48743df20d535f5 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 28 Jul 2020 11:11:59 +0200 Subject: [PATCH] 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 --- 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 b8344dbcd2..9e9053bfa3 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 b8344dbcd2..9e9053bfa3 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" }