diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-11-11 09:42:56 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-11-11 09:50:10 +0200 |
commit | 49f13a955553451c91ffceec9899d7fb3a14cfa7 (patch) | |
tree | aff87882943055371d0531839510b7fd9d0742e3 /net-misc/gallery-dl/gallery-dl-9999.ebuild | |
parent | net-misc/gallery-dl: new package; 1.15.2 and 9999 (diff) | |
download | gentoo-49f13a955553451c91ffceec9899d7fb3a14cfa7.tar.gz gentoo-49f13a955553451c91ffceec9899d7fb3a14cfa7.tar.bz2 gentoo-49f13a955553451c91ffceec9899d7fb3a14cfa7.zip |
net-misc/gallery-dl: clarify 9999 condition in live ebuild
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/gallery-dl/gallery-dl-9999.ebuild')
-rw-r--r-- | net-misc/gallery-dl/gallery-dl-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/gallery-dl/gallery-dl-9999.ebuild b/net-misc/gallery-dl/gallery-dl-9999.ebuild index 1fc6f3ea8b7a..c1a7eaa22444 100644 --- a/net-misc/gallery-dl/gallery-dl-9999.ebuild +++ b/net-misc/gallery-dl/gallery-dl-9999.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 |