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 3C2C6138330 for ; Sun, 7 Jan 2018 22:27:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 678ECE087D; Sun, 7 Jan 2018 22:27:18 +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 456ADE087D for ; Sun, 7 Jan 2018 22:27:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 421A0340EB7 for ; Sun, 7 Jan 2018 22:27:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBEC9151 for ; Sun, 7 Jan 2018 22:27:12 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1515364016.7fe9f7f447fcbe576882f3a0a66b46b7fd04ff24.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/contextlib2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/contextlib2/contextlib2-0.5.5.ebuild X-VCS-Directories: dev-python/contextlib2/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7fe9f7f447fcbe576882f3a0a66b46b7fd04ff24 X-VCS-Branch: master Date: Sun, 7 Jan 2018 22:27:12 +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: 710e3ee5-d66b-4049-8aa8-ea656972a8fe X-Archives-Hash: b299ce358b9c394a42030b1444739e1b commit: 7fe9f7f447fcbe576882f3a0a66b46b7fd04ff24 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jan 7 22:22:52 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jan 7 22:26:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe9f7f4 dev-python/contextlib2: add ~arm (bug #631608) Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/contextlib2/contextlib2-0.5.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/contextlib2/contextlib2-0.5.5.ebuild b/dev-python/contextlib2/contextlib2-0.5.5.ebuild index df30dab09b4..471c5d88c7b 100644 --- a/dev-python/contextlib2/contextlib2-0.5.5.ebuild +++ b/dev-python/contextlib2/contextlib2-0.5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2.4" SLOT="0" -KEYWORDS="amd64 ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86" IUSE="test" DEPEND="