diff options
Diffstat (limited to 'media-gfx/hydrus/hydrus-445.ebuild')
-rw-r--r-- | media-gfx/hydrus/hydrus-445.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |