From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 238D41396D1 for ; Mon, 28 Aug 2017 20:44:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E08E11FC03D; Mon, 28 Aug 2017 20:44:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B62181FC03D for ; Mon, 28 Aug 2017 20:44:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CEC333D3C7 for ; Mon, 28 Aug 2017 20:44:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01D8E85F7 for ; Mon, 28 Aug 2017 20:44:30 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1503952958.bba38ce9bdc3b2fc2bb9870ca1a71b83ed365e9c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configobj/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/configobj/configobj-5.0.6.ebuild X-VCS-Directories: dev-python/configobj/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: bba38ce9bdc3b2fc2bb9870ca1a71b83ed365e9c X-VCS-Branch: master Date: Mon, 28 Aug 2017 20:44:30 +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: ffd5189f-ec7c-42d9-aed3-6c8256732664 X-Archives-Hash: 22668482999079f17123a1234c9062d2 commit: bba38ce9bdc3b2fc2bb9870ca1a71b83ed365e9c Author: Alexis Ballier gentoo org> AuthorDate: Mon Aug 28 20:42:38 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Aug 28 20:42:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba38ce9 dev-python/configobj: keyword ~arm64 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-python/configobj/configobj-5.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/configobj/configobj-5.0.6.ebuild b/dev-python/configobj/configobj-5.0.6.ebuild index 554c0f3269b..e446e5f037d 100644 --- a/dev-python/configobj/configobj-5.0.6.ebuild +++ b/dev-python/configobj/configobj-5.0.6.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND="dev-python/six[${PYTHON_USEDEP}]"