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 BFFF01388C0 for ; Sun, 28 Feb 2016 06:07:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE70621C00C; Sun, 28 Feb 2016 06:07:14 +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 D30E221C00C for ; Sun, 28 Feb 2016 06:07:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1B31340B51 for ; Sun, 28 Feb 2016 06:07:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F4B818A4 for ; Sun, 28 Feb 2016 06:07:09 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1456639563.38aec05b72d53bf36ce0fe459a9c3c4a9cc82a26.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/monotonic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/monotonic/monotonic-0.5.ebuild X-VCS-Directories: dev-python/monotonic/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 38aec05b72d53bf36ce0fe459a9c3c4a9cc82a26 X-VCS-Branch: master Date: Sun, 28 Feb 2016 06:07:09 +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: 57e6a934-448f-4311-a87d-95ea5e62d513 X-Archives-Hash: 07d3b431a2b29527ae99c000ddc5350e commit: 38aec05b72d53bf36ce0fe459a9c3c4a9cc82a26 Author: Matthew Thode gentoo org> AuthorDate: Sun Feb 28 06:06:03 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Feb 28 06:06:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38aec05b dev-python/monotonic: keywording arm64 merged on X-C1 Package-Manager: portage-2.2.26 dev-python/monotonic/monotonic-0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/monotonic/monotonic-0.5.ebuild b/dev-python/monotonic/monotonic-0.5.ebuild index fd220dd..ce59739 100644 --- a/dev-python/monotonic/monotonic-0.5.ebuild +++ b/dev-python/monotonic/monotonic-0.5.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"