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 C564F138359 for ; Tue, 28 Jul 2020 18:12:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C442DE0943; Tue, 28 Jul 2020 18:12:09 +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 B0203E0943 for ; Tue, 28 Jul 2020 18:12:09 +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 D6D4F34F1E1 for ; Tue, 28 Jul 2020 18:12:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D07802F8 for ; Tue, 28 Jul 2020 18:12:04 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1595959925.f81a694f88ebe8eb0775acb044574fe49fc29e66.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/gpsd/gpsd-3.20.ebuild X-VCS-Directories: sci-geosciences/gpsd/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: f81a694f88ebe8eb0775acb044574fe49fc29e66 X-VCS-Branch: master Date: Tue, 28 Jul 2020 18:12:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 80ebc10c-8a99-4575-8ab1-e1aee72ed6fe X-Archives-Hash: ee54b13790ce8c25d500fce0ed60da35 commit: f81a694f88ebe8eb0775acb044574fe49fc29e66 Author: Rick Farina gentoo org> AuthorDate: Tue Jul 28 18:11:55 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Tue Jul 28 18:12:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81a694f sci-geosciences/gpsd: pull keywords on 3.20 pending review by the geosciences team Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Rick Farina gentoo.org> sci-geosciences/gpsd/gpsd-3.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/gpsd/gpsd-3.20.ebuild b/sci-geosciences/gpsd/gpsd-3.20.ebuild index 8953467697c..867831ceebf 100644 --- a/sci-geosciences/gpsd/gpsd-3.20.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.20.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" + #KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" fi DESCRIPTION="GPS daemon and library for USB/serial GPS devices and GPS/mapping clients"