From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F1A1138335 for ; Tue, 26 Jun 2018 02:04:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFC9AE0996; Tue, 26 Jun 2018 02:04:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9879E0996 for ; Tue, 26 Jun 2018 02:04:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E6D6335C95 for ; Tue, 26 Jun 2018 02:04:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 457102D8 for ; Tue, 26 Jun 2018 02:04:34 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1529978642.14351e9b32fbbbe7d58ac548cf42aa46b4fa3a16.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/qgis-3.0.3-r1.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 14351e9b32fbbbe7d58ac548cf42aa46b4fa3a16 X-VCS-Branch: master Date: Tue, 26 Jun 2018 02:04:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cb6b018e-d2ca-496b-8bf2-8121c8fb04da X-Archives-Hash: 51d30bfee8c4e8b63ad142427bc9293f commit: 14351e9b32fbbbe7d58ac548cf42aa46b4fa3a16 Author: Aaron Bauman gentoo org> AuthorDate: Tue Jun 26 01:29:47 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Jun 26 02:04:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14351e9b sci-geosciences/qgis: amd64 stable Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-geosciences/qgis/qgis-3.0.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/qgis/qgis-3.0.3-r1.ebuild b/sci-geosciences/qgis/qgis-3.0.3-r1.ebuild index 0b227040e11..df0980c51a1 100644 --- a/sci-geosciences/qgis/qgis-3.0.3-r1.ebuild +++ b/sci-geosciences/qgis/qgis-3.0.3-r1.ebuild @@ -10,7 +10,7 @@ QT_MIN_VER="5.9.4" if [[ ${PV} != *9999 ]]; then 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" else GIT_ECLASS="git-r3" EGIT_REPO_URI="https://github.com/${PN}/${PN^^}.git"