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 9F1EA1388C1 for ; Sun, 28 Feb 2016 07:25:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C039E0851; Sun, 28 Feb 2016 07:25:40 +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 6ECF5E0851 for ; Sun, 28 Feb 2016 07:25:39 +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 36CEF340B54 for ; Sun, 28 Feb 2016 07:25:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE43116C4 for ; Sun, 28 Feb 2016 07:25:35 +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: <1456643862.d786eac9d64481ec2ae04d355d0d9174736ac3f4.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/debtcollector/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/debtcollector/debtcollector-0.10.0.ebuild X-VCS-Directories: dev-python/debtcollector/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: d786eac9d64481ec2ae04d355d0d9174736ac3f4 X-VCS-Branch: master Date: Sun, 28 Feb 2016 07:25:35 +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: 2e5ba986-e5f9-4301-b830-a183d9277027 X-Archives-Hash: de174f61f241911ad58fd2ae89ecfecb commit: d786eac9d64481ec2ae04d355d0d9174736ac3f4 Author: Matthew Thode gentoo org> AuthorDate: Sun Feb 28 07:17:42 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Feb 28 07:17:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d786eac9 dev-python/debtcollector: keywording arm64 merged on X-C1 Package-Manager: portage-2.2.26 dev-python/debtcollector/debtcollector-0.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/debtcollector/debtcollector-0.10.0.ebuild b/dev-python/debtcollector/debtcollector-0.10.0.ebuild index a7666c6..f5933ef 100644 --- a/dev-python/debtcollector/debtcollector-0.10.0.ebuild +++ b/dev-python/debtcollector/debtcollector-0.10.0.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="doc test" CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"