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 C52D8139A89 for ; Tue, 8 Sep 2015 08:16:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72E0814292; Tue, 8 Sep 2015 08:16:14 +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 8087E1424B for ; Tue, 8 Sep 2015 08:16:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8096340864 for ; Tue, 8 Sep 2015 08:16:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B329191 for ; Tue, 8 Sep 2015 08:16:09 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1441699149.950d08782ba58a67ca7a2c6fb89ae16638943bc5.kumba@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/colorama/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/colorama/colorama-0.3.3.ebuild X-VCS-Directories: dev-python/colorama/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: 950d08782ba58a67ca7a2c6fb89ae16638943bc5 X-VCS-Branch: master Date: Tue, 8 Sep 2015 08:16:09 +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: d84c24ea-d05f-45bb-a78d-8b36a503a40a X-Archives-Hash: 3d7a0f7bcaed8704e6233e1d098f30c9 commit: 950d08782ba58a67ca7a2c6fb89ae16638943bc5 Author: Joshua Kinard gentoo org> AuthorDate: Tue Sep 8 07:59:09 2015 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Tue Sep 8 07:59:09 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950d0878 Added ~mips to KEYWORDS. Package-Manager: portage-2.2.20.1 dev-python/colorama/colorama-0.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/colorama/colorama-0.3.3.ebuild b/dev-python/colorama/colorama-0.3.3.ebuild index 1213881..aeba8f1 100644 --- a/dev-python/colorama/colorama-0.3.3.ebuild +++ b/dev-python/colorama/colorama-0.3.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~hppa ~mips ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples" python_install_all() {