From af04e14d48d0ae36f0f4e2936723fa222f4d5295 Mon Sep 17 00:00:00 2001 From: Ekaterina Vaartis Date: Thu, 1 Jul 2021 11:18:27 +0300 Subject: media-gfx/hydrus: Use [[ instead of [ Signed-off-by: Ekaterina Vaartis Signed-off-by: Sam James --- media-gfx/hydrus/hydrus-443.ebuild | 2 +- media-gfx/hydrus/hydrus-444.ebuild | 2 +- media-gfx/hydrus/hydrus-445.ebuild | 2 +- media-gfx/hydrus/hydrus-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'media-gfx') diff --git a/media-gfx/hydrus/hydrus-443.ebuild b/media-gfx/hydrus/hydrus-443.ebuild index d51d23e32a5c..3ea6657aaeae 100644 --- a/media-gfx/hydrus/hydrus-443.ebuild +++ b/media-gfx/hydrus/hydrus-443.ebuild @@ -11,7 +11,7 @@ inherit python-single-r1 desktop optfeature DESCRIPTION="A booru-like media organizer for the desktop" HOMEPAGE="https://hydrusnetwork.github.io/hydrus/ https://github.com/hydrusnetwork/hydrus" -if [ "${PV}" == "9999" ]; then +if [[ "${PV}" == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/hydrusnetwork/hydrus.git" diff --git a/media-gfx/hydrus/hydrus-444.ebuild b/media-gfx/hydrus/hydrus-444.ebuild index d51d23e32a5c..3ea6657aaeae 100644 --- a/media-gfx/hydrus/hydrus-444.ebuild +++ b/media-gfx/hydrus/hydrus-444.ebuild @@ -11,7 +11,7 @@ inherit python-single-r1 desktop optfeature DESCRIPTION="A booru-like media organizer for the desktop" HOMEPAGE="https://hydrusnetwork.github.io/hydrus/ https://github.com/hydrusnetwork/hydrus" -if [ "${PV}" == "9999" ]; then +if [[ "${PV}" == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/hydrusnetwork/hydrus.git" diff --git a/media-gfx/hydrus/hydrus-445.ebuild b/media-gfx/hydrus/hydrus-445.ebuild index 7fa30dda42bd..2c52c2dc47e1 100644 --- a/media-gfx/hydrus/hydrus-445.ebuild +++ b/media-gfx/hydrus/hydrus-445.ebuild @@ -11,7 +11,7 @@ inherit python-single-r1 desktop optfeature DESCRIPTION="A booru-like media organizer for the desktop" HOMEPAGE="https://hydrusnetwork.github.io/hydrus/ https://github.com/hydrusnetwork/hydrus" -if [ "${PV}" == "9999" ]; then +if [[ "${PV}" == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/hydrusnetwork/hydrus.git" diff --git a/media-gfx/hydrus/hydrus-9999.ebuild b/media-gfx/hydrus/hydrus-9999.ebuild index d51d23e32a5c..3ea6657aaeae 100644 --- a/media-gfx/hydrus/hydrus-9999.ebuild +++ b/media-gfx/hydrus/hydrus-9999.ebuild @@ -11,7 +11,7 @@ inherit python-single-r1 desktop optfeature DESCRIPTION="A booru-like media organizer for the desktop" HOMEPAGE="https://hydrusnetwork.github.io/hydrus/ https://github.com/hydrusnetwork/hydrus" -if [ "${PV}" == "9999" ]; then +if [[ "${PV}" == "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/hydrusnetwork/hydrus.git" -- cgit v1.2.3-65-gdbad