summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-11-11 09:43:36 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-11-11 09:50:10 +0200
commit36b6bc47f5551e28cd6b6ce9302a2fd3e6e5e030 (patch)
tree212e893cba089ff68b3c84ec85cec8042de7f23a /net-misc
parentnet-misc/gallery-dl: clarify 9999 condition in live ebuild (diff)
downloadgentoo-36b6bc47f5551e28cd6b6ce9302a2fd3e6e5e030.tar.gz
gentoo-36b6bc47f5551e28cd6b6ce9302a2fd3e6e5e030.tar.bz2
gentoo-36b6bc47f5551e28cd6b6ce9302a2fd3e6e5e030.zip
net-misc/gallery-dl: sync live and release ebuilds
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/gallery-dl/gallery-dl-1.15.2.ebuild6
1 files changed, 2 insertions, 4 deletions
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