diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-01-21 14:31:47 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-01-21 14:31:47 +0100 |
commit | 37b9e6d989dc3b0ec30b9724f2633a752a729e38 (patch) | |
tree | 2a11de5f8e68f818b3cd83c64d507989c87e85ef /sci-geosciences | |
parent | net-ftp/pureadmin: amd64 stable wrt bug #765067 (diff) | |
download | gentoo-37b9e6d989dc3b0ec30b9724f2633a752a729e38.tar.gz gentoo-37b9e6d989dc3b0ec30b9724f2633a752a729e38.tar.bz2 gentoo-37b9e6d989dc3b0ec30b9724f2633a752a729e38.zip |
sci-geosciences/qgis: amd64 stable wrt bug #765562
Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/qgis/qgis-3.16.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/qgis/qgis-3.16.2.ebuild b/sci-geosciences/qgis/qgis-3.16.2.ebuild index c27cdfcd10c6..2a1d767d3366 100644 --- a/sci-geosciences/qgis/qgis-3.16.2.ebuild +++ b/sci-geosciences/qgis/qgis-3.16.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999 ]]; then else SRC_URI="https://qgis.org/downloads/${P}.tar.bz2 examples? ( https://qgis.org/downloads/data/qgis_sample_data.tar.gz -> qgis_sample_data-2.8.14.tar.gz )" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi inherit cmake desktop python-single-r1 qmake-utils xdg |