diff options
author | Sam James <sam@gentoo.org> | 2023-01-05 08:58:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-05 09:01:33 +0000 |
commit | 5c3ec3f9cab0b894341dd475c257f67d13ab526f (patch) | |
tree | 8ff60b33ed5d389def5f43fd4e09e36edf4b499e /sci-geosciences/qgis | |
parent | sci-geosciences/qgis: drop obsolete dev-python/future dep (diff) | |
download | gentoo-5c3ec3f9cab0b894341dd475c257f67d13ab526f.tar.gz gentoo-5c3ec3f9cab0b894341dd475c257f67d13ab526f.tar.bz2 gentoo-5c3ec3f9cab0b894341dd475c257f67d13ab526f.zip |
sci-geosciences/qgis: style tweak
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences/qgis')
-rw-r--r-- | sci-geosciences/qgis/qgis-3.28.1.ebuild | 2 | ||||
-rw-r--r-- | 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 |