commit: 5c3ec3f9cab0b894341dd475c257f67d13ab526f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 5 08:58:12 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 5 09:01:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c3ec3f9
sci-geosciences/qgis: style tweak Signed-off-by: Sam James <sam <AT> gentoo.org> sci-geosciences/qgis/qgis-3.28.1.ebuild | 2 +- sci-geosciences/qgis/qgis-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/qgis/qgis-3.28.1.ebuild b/sci-geosciences/qgis/qgis-3.28.1.ebuild index c44d1a7c4f97..1e37e3fdad44 100644 --- a/sci-geosciences/qgis/qgis-3.28.1.ebuild +++ b/sci-geosciences/qgis/qgis-3.28.1.ebuild @@ -10,7 +10,7 @@ PYTHON_REQ_USE="sqlite" # We could package more but would ideally only stabilise the LTS ones # at least. -if [[ ${PV} = *9999* ]]; then +if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/${PN}/${PN^^}.git" inherit git-r3 else diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild index 9b1074f2ccae..528ffbb45d2e 100644 --- a/sci-geosciences/qgis/qgis-9999.ebuild +++ b/sci-geosciences/qgis/qgis-9999.ebuild @@ -10,7 +10,7 @@ PYTHON_REQ_USE="sqlite" # We could package more but would ideally only stabilise the LTS ones # at least. -if [[ ${PV} = *9999* ]]; then +if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/${PN}/${PN^^}.git" inherit git-r3 else