From 36b6bc47f5551e28cd6b6ce9302a2fd3e6e5e030 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Wed, 11 Nov 2020 09:43:36 +0200 Subject: net-misc/gallery-dl: sync live and release ebuilds Signed-off-by: Joonas Niilola --- net-misc/gallery-dl/gallery-dl-1.15.2.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'net-misc') diff --git a/net-misc/gallery-dl/gallery-dl-1.15.2.ebuild b/net-misc/gallery-dl/gallery-dl-1.15.2.ebuild index 1fc6f3ea8b7a..c1a7eaa22444 100644 --- a/net-misc/gallery-dl/gallery-dl-1.15.2.ebuild +++ b/net-misc/gallery-dl/gallery-dl-1.15.2.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 optfeature DESCRIPTION="Download image galleries and collections from several image hosting sites" HOMEPAGE="https://github.com/mikf/gallery-dl" -if [[ "${PV}" == *9999* ]]; then +if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/mikf/${PN}.git" else @@ -24,9 +24,7 @@ RESTRICT="test" LICENSE="GPL-2" SLOT="0" -RDEPEND=" - >=dev-python/requests-2.11.0[${PYTHON_USEDEP}] -" +RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]" distutils_enable_tests setup.py -- cgit v1.2.3-65-gdbad