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 4620F13838B for ; Tue, 29 Sep 2015 20:57:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC919E0653; Tue, 29 Sep 2015 20:57:07 +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 87C36E0653 for ; Tue, 29 Sep 2015 20:57:07 +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 804E6340BB0 for ; Tue, 29 Sep 2015 20:57:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A0181F5 for ; Tue, 29 Sep 2015 20:57:03 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1443560218.c7e5ac896768eb9b02125b93bcd36ec3be4d9efe.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/strict-rfc3339/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild X-VCS-Directories: dev-python/strict-rfc3339/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: c7e5ac896768eb9b02125b93bcd36ec3be4d9efe X-VCS-Branch: master Date: Tue, 29 Sep 2015 20:57:03 +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: 27875f2e-4608-4911-b95f-3a6f6e8b0b3e X-Archives-Hash: 3adbcfe4410c3639b3417d9d1085765e commit: c7e5ac896768eb9b02125b93bcd36ec3be4d9efe Author: Markus Meier gentoo org> AuthorDate: Tue Sep 29 20:56:58 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue Sep 29 20:56:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e5ac89 dev-python/strict-rfc3339: add ~arm, bug #559404 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="arm" dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild index f082984..6cc8d20 100644 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild @@ -14,5 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-3+" -KEYWORDS="~amd64 ~x86 ~ppc ~ppc64 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE=""