From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8AF6613888F for ; Wed, 21 Oct 2015 02:35:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE5BB21C02C; Wed, 21 Oct 2015 02:35:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D65D21C02C for ; Wed, 21 Oct 2015 02:35:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 475593405C3 for ; Wed, 21 Oct 2015 02:35:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7234714B4 for ; Wed, 21 Oct 2015 02:35:12 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1445394892.7dc6028ea8c05b0cc78e971d14f4649116c1216a.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/intelhex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/intelhex/intelhex-2.0.ebuild X-VCS-Directories: dev-python/intelhex/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 7dc6028ea8c05b0cc78e971d14f4649116c1216a X-VCS-Branch: master Date: Wed, 21 Oct 2015 02:35:12 +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: bb3b9837-eed6-4c50-908d-ed14388e4a4a X-Archives-Hash: cd270eaa15f7785f5af3c8b1010b1986 commit: 7dc6028ea8c05b0cc78e971d14f4649116c1216a Author: Mike Frysinger gentoo org> AuthorDate: Wed Oct 21 02:34:52 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Oct 21 02:34:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc6028e dev-python/intelhex: update KEYWORDS to ~arch dev-python/intelhex/intelhex-2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/intelhex/intelhex-2.0.ebuild b/dev-python/intelhex/intelhex-2.0.ebuild index 4ff0cc8..7d570f9 100644 --- a/dev-python/intelhex/intelhex-2.0.ebuild +++ b/dev-python/intelhex/intelhex-2.0.ebuild @@ -14,5 +14,5 @@ SRC_URI="mirror://pypi/I/IntelHex/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="*" +KEYWORDS="~amd64 ~arm ~mips ~x86" IUSE=""