From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 21A8E138454 for ; Fri, 11 Sep 2015 03:23:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B979E0863; Fri, 11 Sep 2015 03:23:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9206BE0866 for ; Fri, 11 Sep 2015 03:23:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5934340A78 for ; Fri, 11 Sep 2015 03:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D769D1F9 for ; Fri, 11 Sep 2015 03:23:31 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1441940765.339f321907e3d1e761cb66e10369f7c84be7ef7e.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyzmq/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyzmq/pyzmq-14.7.0.ebuild X-VCS-Directories: dev-python/pyzmq/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 339f321907e3d1e761cb66e10369f7c84be7ef7e X-VCS-Branch: master Date: Fri, 11 Sep 2015 03:23:31 +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: ef52b54f-8586-456f-a416-bdd43ac7dd99 X-Archives-Hash: 519c379ced61923adaf0cf0ede7d651d commit: 339f321907e3d1e761cb66e10369f7c84be7ef7e Author: Mike Frysinger gentoo org> AuthorDate: Fri Sep 11 03:06:05 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Sep 11 03:06:05 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339f3219 dev-python/pyzmq: add mips love dev-python/pyzmq/pyzmq-14.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyzmq/pyzmq-14.7.0.ebuild b/dev-python/pyzmq/pyzmq-14.7.0.ebuild index 1ca4286..ed5f0e5 100644 --- a/dev-python/pyzmq/pyzmq-14.7.0.ebuild +++ b/dev-python/pyzmq/pyzmq-14.7.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~mips ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc examples green test" # Ensures installation of gevent for test phase