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 714F6139694 for ; Fri, 31 Mar 2017 10:21:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 164DD234011; Fri, 31 Mar 2017 10:21:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA141234011 for ; Fri, 31 Mar 2017 10:21:00 +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 CB8223415D2 for ; Fri, 31 Mar 2017 10:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60B1B73E5 for ; Fri, 31 Mar 2017 10:20:58 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1490955645.accb0e0980481a92e63352b7db48a08dfac5f395.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools/setuptools-34.3.2.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: accb0e0980481a92e63352b7db48a08dfac5f395 X-VCS-Branch: master Date: Fri, 31 Mar 2017 10:20:58 +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: 90b3a646-b83b-473e-8e19-90f2a7dcc309 X-Archives-Hash: 7aa96a2340a360c368c725774e921897 commit: accb0e0980481a92e63352b7db48a08dfac5f395 Author: Michael Weber gentoo org> AuthorDate: Fri Mar 31 10:12:14 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Fri Mar 31 10:20:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=accb0e09 dev-python/setuptools: add ~arm64 keyword (bug 613660) Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64" dev-python/setuptools/setuptools-34.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setuptools/setuptools-34.3.2.ebuild b/dev-python/setuptools/setuptools-34.3.2.ebuild index 59a71818df6..f0df16f9d00 100644 --- a/dev-python/setuptools/setuptools-34.3.2.ebuild +++ b/dev-python/setuptools/setuptools-34.3.2.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~m68k ~ppc64 ~s390 ~sh ~x86 ~ppc-aix ~x64-cygwin ~sparc-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~ppc64 ~s390 ~sh ~x86 ~ppc-aix ~x64-cygwin ~sparc-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Collection of extensions to Distutils"