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 8C521139083 for ; Mon, 4 Dec 2017 02:30:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4E62E0FAB; Mon, 4 Dec 2017 02:30:42 +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 9D539E0FAA for ; Mon, 4 Dec 2017 02:30: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 F01B033BF0F for ; Mon, 4 Dec 2017 02:30:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99DF6AE72 for ; Mon, 4 Dec 2017 02:30:39 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1512354628.1f9274136a4c6e1ddfd4d26cb4d21c17256eb878.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1f9274136a4c6e1ddfd4d26cb4d21c17256eb878 X-VCS-Branch: master Date: Mon, 4 Dec 2017 02:30:39 +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: 74a21eb5-e797-43f0-a20e-e82533de3c4d X-Archives-Hash: ebc841d29c227854257b8f76a0d1a114 commit: 1f9274136a4c6e1ddfd4d26cb4d21c17256eb878 Author: Matt Turner gentoo org> AuthorDate: Mon Dec 4 02:30:28 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Dec 4 02:30:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f927413 dev-python/setuptools-36.7.2: added ~mips, bug 631608 dev-python/setuptools/setuptools-36.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setuptools/setuptools-36.7.2.ebuild b/dev-python/setuptools/setuptools-36.7.2.ebuild index 4665a12e802..1640ad8aa96 100644 --- a/dev-python/setuptools/setuptools-36.7.2.ebuild +++ b/dev-python/setuptools/setuptools-36.7.2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" - KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~x86" fi DESCRIPTION="Collection of extensions to Distutils"