From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-952275-garchives=archives.gentoo.org@lists.gentoo.org> 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 77761139694 for <garchives@archives.gentoo.org>; Fri, 26 May 2017 20:56:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A02CD21C21B; Fri, 26 May 2017 20:56:42 +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 7EB0521C21B for <gentoo-commits@lists.gentoo.org>; Fri, 26 May 2017 20:56:42 +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 4C8B0341656 for <gentoo-commits@lists.gentoo.org>; Fri, 26 May 2017 20:56:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B41FA7454 for <gentoo-commits@lists.gentoo.org>; Fri, 26 May 2017 20:56:39 +0000 (UTC) From: "Mart Raudsepp" <leio@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" <leio@gentoo.org> Message-ID: <1495832150.17864a90caed3830f829ed7dd0be3a3da8503a0d.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/u-msgpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/u-msgpack/u-msgpack-2.4.1.ebuild X-VCS-Directories: dev-python/u-msgpack/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 17864a90caed3830f829ed7dd0be3a3da8503a0d X-VCS-Branch: master Date: Fri, 26 May 2017 20:56:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7181006e-3cfb-4d1e-ba37-beb1525f0dd3 X-Archives-Hash: 3e50274be4fd397e5dea720895c46fc8 commit: 17864a90caed3830f829ed7dd0be3a3da8503a0d Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Fri May 26 20:00:33 2017 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Fri May 26 20:55:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17864a90 dev-python/u-msgpack: keyworded for ~mips Gentoo-bug: 617914 Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/u-msgpack/u-msgpack-2.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild b/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild index 7df2d4f7071..8cbf645be1f 100644 --- a/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild +++ b/dev-python/u-msgpack/u-msgpack-2.4.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc64" +KEYWORDS="~amd64 ~arm arm64 ~hppa ~mips ~ppc64" IUSE="test" RDEPEND=""