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 BDFBE1388C1 for ; Sun, 28 Feb 2016 06:13:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E5EB21C07D; Sun, 28 Feb 2016 06:12:58 +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 82AF921C07B for ; Sun, 28 Feb 2016 06:12:57 +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 6B06A340B6A for ; Sun, 28 Feb 2016 06:12:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40D641BA1 for ; Sun, 28 Feb 2016 06:12:54 +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: <1456639816.1e82be2f72987e33089d2d31f24673c00e74497e.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py-amqp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/py-amqp/py-amqp-1.4.9.ebuild X-VCS-Directories: dev-python/py-amqp/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 1e82be2f72987e33089d2d31f24673c00e74497e X-VCS-Branch: master Date: Sun, 28 Feb 2016 06:12:54 +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: 26a43621-54c6-4252-a676-2262a1c6237c X-Archives-Hash: 1be223681aa7522eb61784ea10c9cfa2 commit: 1e82be2f72987e33089d2d31f24673c00e74497e Author: Matthew Thode gentoo org> AuthorDate: Sun Feb 28 06:10:16 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Feb 28 06:10:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e82be2f dev-python/py-amqp: keywording arm64 merged on X-C1 Package-Manager: portage-2.2.26 dev-python/py-amqp/py-amqp-1.4.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/py-amqp/py-amqp-1.4.9.ebuild b/dev-python/py-amqp/py-amqp-1.4.9.ebuild index 5edc15a..ae3cb37 100644 --- a/dev-python/py-amqp/py-amqp-1.4.9.ebuild +++ b/dev-python/py-amqp/py-amqp-1.4.9.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc examples extras test" RDEPEND=""