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 3A96A139A8D 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 EDB7A1424B; Tue, 8 Sep 2015 08:16:13 +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 27E3F1424B 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 3EF2D340813 for ; Tue, 8 Sep 2015 08:16:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48B55190 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: <1441699126.51c6574bbe6f5b3537de3502c69ddbc75e5fef39.kumba@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipaddress/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipaddress/ipaddress-1.0.14.ebuild X-VCS-Directories: dev-python/ipaddress/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: 51c6574bbe6f5b3537de3502c69ddbc75e5fef39 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: b1cb7a10-6195-4977-b201-7dfe8e74d41e X-Archives-Hash: 953828578b62db209fe371f7672875a5 commit: 51c6574bbe6f5b3537de3502c69ddbc75e5fef39 Author: Joshua Kinard gentoo org> AuthorDate: Tue Sep 8 07:58:46 2015 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Tue Sep 8 07:58:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51c6574b Added ~mips to KEYWORDS. Package-Manager: portage-2.2.20.1 dev-python/ipaddress/ipaddress-1.0.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ipaddress/ipaddress-1.0.14.ebuild b/dev-python/ipaddress/ipaddress-1.0.14.ebuild index 31f7e98..c30fee8 100644 --- a/dev-python/ipaddress/ipaddress-1.0.14.ebuild +++ b/dev-python/ipaddress/ipaddress-1.0.14.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="PSF-2" -KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=""