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 7861B1382C5 for ; Thu, 12 Apr 2018 19:08:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D213E0995; Thu, 12 Apr 2018 19:07:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 55D55E0990 for ; Thu, 12 Apr 2018 19:07:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5DDB2335C86 for ; Thu, 12 Apr 2018 19:07:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A881529B for ; Thu, 12 Apr 2018 19:07:48 +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: <1523559996.5c20c93a7d56bb67a901475f2a871d166ed9a5b0.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.1.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 5c20c93a7d56bb67a901475f2a871d166ed9a5b0 X-VCS-Branch: master Date: Thu, 12 Apr 2018 19:07:48 +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: bbb804f0-eabe-4624-805f-699a390ad503 X-Archives-Hash: 5f0dee6e32c8a65e1ef6958604fb4b18 commit: 5c20c93a7d56bb67a901475f2a871d166ed9a5b0 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 12 19:02:36 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 12 19:06:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c20c93a sci-geosciences/qgis: x86 stable (bug #635798) Package-Manager: Portage-2.3.28, Repoman-2.3.9 sci-geosciences/qgis/qgis-3.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/qgis/qgis-3.0.1.ebuild b/sci-geosciences/qgis/qgis-3.0.1.ebuild index 882d915e20e..79614147766 100644 --- a/sci-geosciences/qgis/qgis-3.0.1.ebuild +++ b/sci-geosciences/qgis/qgis-3.0.1.ebuild @@ -10,7 +10,7 @@ QT_MIN_VER="5.9.1" 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"