summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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