Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/
Date: Sun, 14 Oct 2018 01:44:40
Message-Id: 1539481071.03cc24abb29a1830074879530e568800d08fb6d0.whissi@gentoo
1 commit: 03cc24abb29a1830074879530e568800d08fb6d0
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 14 01:37:51 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 14 01:37:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03cc24ab
7
8 sci-geosciences/qgis: x86 stable (bug #665300)
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sci-geosciences/qgis/qgis-3.2.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-geosciences/qgis/qgis-3.2.3.ebuild b/sci-geosciences/qgis/qgis-3.2.3.ebuild
17 index 23afe352fad..dd5ca532732 100644
18 --- a/sci-geosciences/qgis/qgis-3.2.3.ebuild
19 +++ b/sci-geosciences/qgis/qgis-3.2.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ QT_MIN_VER="5.9.4"
27 if [[ ${PV} != *9999 ]]; then
28 SRC_URI="https://qgis.org/downloads/${P}.tar.bz2
29 examples? ( https://qgis.org/downloads/data/qgis_sample_data.tar.gz -> qgis_sample_data-2.8.14.tar.gz )"
30 - KEYWORDS="~amd64 ~x86"
31 + KEYWORDS="~amd64 x86"
32 else
33 GIT_ECLASS="git-r3"
34 EGIT_REPO_URI="https://github.com/${PN}/${PN^^}.git"