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 7764D138330 for ; Sun, 7 Jan 2018 22:27:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A41ABE0857; Sun, 7 Jan 2018 22:27:17 +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 830EDE0857 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 E880A340EA7 for ; Sun, 7 Jan 2018 22:27:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A6C41A9 for ; Sun, 7 Jan 2018 22:27:13 +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: <1515364020.a07b61d88142d122c91e79665dfd263a311b1d5a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools/setuptools-36.7.2.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: a07b61d88142d122c91e79665dfd263a311b1d5a X-VCS-Branch: master Date: Sun, 7 Jan 2018 22:27:13 +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: 03449d07-0fcb-41fc-b3a9-eaed68e2fb3d X-Archives-Hash: 6ea958940e116ec7fc1cab4173fb40a6 commit: a07b61d88142d122c91e79665dfd263a311b1d5a Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jan 7 22:26:35 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jan 7 22:27:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a07b61d8 dev-python/setuptools: add ~arm (bug #631608) Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-python/setuptools/setuptools-36.7.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/setuptools/setuptools-36.7.2.ebuild b/dev-python/setuptools/setuptools-36.7.2.ebuild index f0ae5ef5d29..d3c64a1e792 100644 --- a/dev-python/setuptools/setuptools-36.7.2.ebuild +++ b/dev-python/setuptools/setuptools-36.7.2.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 @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - KEYWORDS="amd64 ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc ~x86" fi DESCRIPTION="Collection of extensions to Distutils"