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 8A4B1139694 for ; Wed, 1 Mar 2017 07:55:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D72D8E0C5E; Wed, 1 Mar 2017 07:55:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2822E0C5E for ; Wed, 1 Mar 2017 07:55:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47BAE3416C4 for ; Wed, 1 Mar 2017 07:55:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09CBB586E for ; Wed, 1 Mar 2017 07:55:05 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1488354851.610d6a5e52e9684ffbfe882bf665518c91474b88.xmw@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.10.ebuild X-VCS-Directories: sci-geosciences/gpsd/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 610d6a5e52e9684ffbfe882bf665518c91474b88 X-VCS-Branch: master Date: Wed, 1 Mar 2017 07:55:05 +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: 841cae39-3df9-4f40-92da-76204bc016dd X-Archives-Hash: 6db76af0955103d5c2499253f7315753 commit: 610d6a5e52e9684ffbfe882bf665518c91474b88 Author: Michael Weber gentoo org> AuthorDate: Wed Mar 1 01:23:20 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Mar 1 07:54:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610d6a5e sci-geosciences/gpsd: arm stable (bug 593174). Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-geosciences/gpsd/gpsd-3.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-geosciences/gpsd/gpsd-3.10.ebuild b/sci-geosciences/gpsd/gpsd-3.10.ebuild index 5ccf378f59a..e7b5410cc43 100644 --- a/sci-geosciences/gpsd/gpsd-3.10.ebuild +++ b/sci-geosciences/gpsd/gpsd-3.10.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ppc ppc64 x86" + KEYWORDS="amd64 arm ppc ppc64 x86" fi DESCRIPTION="GPS daemon and library for USB/serial GPS devices and GPS/mapping clients"