diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-09 08:35:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-09 09:08:05 +0200 |
commit | 0fef24c1f5b80fe480f8e0980711a1574513c5c3 (patch) | |
tree | 2383bdf436b0a4023e1e0f160ae2b1e42dfbec77 /sci-geosciences | |
parent | dev-python/jupyter_client: Remove old (diff) | |
download | gentoo-0fef24c1f5b80fe480f8e0980711a1574513c5c3.tar.gz gentoo-0fef24c1f5b80fe480f8e0980711a1574513c5c3.tar.bz2 gentoo-0fef24c1f5b80fe480f8e0980711a1574513c5c3.zip |
sci-geosciences/qgis: Drop to ~x86 due to arch team slacking
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/qgis/qgis-3.18.3.ebuild | 2 | ||||
-rw-r--r-- | sci-geosciences/qgis/qgis-3.20.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/qgis/qgis-3.18.3.ebuild b/sci-geosciences/qgis/qgis-3.18.3.ebuild index d8e8430113f6..9f48c0bfa4e3 100644 --- a/sci-geosciences/qgis/qgis-3.18.3.ebuild +++ b/sci-geosciences/qgis/qgis-3.18.3.ebuild @@ -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 diff --git a/sci-geosciences/qgis/qgis-3.20.2.ebuild b/sci-geosciences/qgis/qgis-3.20.2.ebuild index 51cd2ec672ea..c9e0381c5f2e 100644 --- a/sci-geosciences/qgis/qgis-3.20.2.ebuild +++ b/sci-geosciences/qgis/qgis-3.20.2.ebuild @@ -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 |