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 50FE9138334 for ; Mon, 25 Jun 2018 23:20:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64282E08E2; Mon, 25 Jun 2018 23:20:47 +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 3A360E08E2 for ; Mon, 25 Jun 2018 23:20:47 +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 8DF4C335CB3 for ; Mon, 25 Jun 2018 23:20:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A26F34F for ; Mon, 25 Jun 2018 23:20:42 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1529968812.c77e04588fce7069eaacd56cb9ef0d2a3135eefa.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: c77e04588fce7069eaacd56cb9ef0d2a3135eefa X-VCS-Branch: master Date: Mon, 25 Jun 2018 23:20:42 +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: 997f108c-44fd-4eaf-b4df-f8ed5965c075 X-Archives-Hash: ccccf1c59833b5b942ecaea5941add45 commit: c77e04588fce7069eaacd56cb9ef0d2a3135eefa Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Jun 25 22:58:06 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Jun 25 23:20:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77e0458 sci-geosciences/qgis: x86 stable (bug #658948) 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 ff58cbbac4d..0b227040e11 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"