commit:     af04e14d48d0ae36f0f4e2936723fa222f4d5295
Author:     Ekaterina Vaartis <vaartis <AT> kotobank <DOT> ch>
AuthorDate: Thu Jul  1 08:18:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul  1 08:53:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af04e14d

media-gfx/hydrus: Use [[ instead of [

Signed-off-by: Ekaterina Vaartis <vaartis <AT> kotobank.ch>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 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(-)

diff --git a/media-gfx/hydrus/hydrus-443.ebuild 
b/media-gfx/hydrus/hydrus-443.ebuild
index d51d23e32a5..3ea6657aaea 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 d51d23e32a5..3ea6657aaea 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 7fa30dda42b..2c52c2dc47e 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 d51d23e32a5..3ea6657aaea 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";

Reply via email to