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 D55B71385BF for ; Wed, 30 Sep 2015 03:36:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 453B321C00E; Wed, 30 Sep 2015 03:36:42 +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 9026121C00E for ; Wed, 30 Sep 2015 03:36:41 +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 5155B340EB6 for ; Wed, 30 Sep 2015 03:36:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B2DB249 for ; Wed, 30 Sep 2015 03:36:38 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1443583794.d41c7cb81f2c439778887abb3f4f11c36cfd147e.jer@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: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d41c7cb81f2c439778887abb3f4f11c36cfd147e X-VCS-Branch: master Date: Wed, 30 Sep 2015 03:36:38 +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: 3dbce4b8-de47-49f8-adac-8cad5807f05e X-Archives-Hash: 57978b31c256516159173f85f003b609 commit: d41c7cb81f2c439778887abb3f4f11c36cfd147e Author: Jeroen Roovers gentoo org> AuthorDate: Wed Sep 30 03:29:54 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Sep 30 03:29:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41c7cb8 dev-python/ipaddress: Stable for HPPA PPC64 (bug #561696). Package-Manager: portage-2.2.20.1 RepoMan-Options: --ignore-arches 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 5fac1d4..8be6c8d 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="alpha amd64 ~arm ~hppa ~mips ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm hppa ~mips ppc64 x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=""