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 0976C138334 for ; Fri, 15 Jun 2018 06:03:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59815E0858; Fri, 15 Jun 2018 06:03:43 +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 CDAF3E0858 for ; Fri, 15 Jun 2018 06:03:42 +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 D6FFB335C86 for ; Fri, 15 Jun 2018 06:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 009752C8 for ; Fri, 15 Jun 2018 06:03:38 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1529042601.da4404eaa562a9e255b996ea399712c7b00d0ec1.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyfakefs/pyfakefs-3.4.1.ebuild X-VCS-Directories: dev-python/pyfakefs/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: da4404eaa562a9e255b996ea399712c7b00d0ec1 X-VCS-Branch: master Date: Fri, 15 Jun 2018 06:03:38 +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: 12fb4e52-d1da-4f0c-a524-28a7dad46c7f X-Archives-Hash: 63f5dbba81664f0aa956d3ad523c6c50 commit: da4404eaa562a9e255b996ea399712c7b00d0ec1 Author: Zac Medico gentoo org> AuthorDate: Fri Jun 15 03:50:09 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Jun 15 06:03:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da4404ea dev-python/pyfakefs: keyword ~arm Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/pyfakefs/pyfakefs-3.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyfakefs/pyfakefs-3.4.1.ebuild b/dev-python/pyfakefs/pyfakefs-3.4.1.ebuild index 926d69bae8e..db18b9e5f56 100644 --- a/dev-python/pyfakefs/pyfakefs-3.4.1.ebuild +++ b/dev-python/pyfakefs/pyfakefs-3.4.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/jmcgeheeiv/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"