From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-834938-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id C1FB81384AE
	for <garchives@archives.gentoo.org>; Sat, 19 Sep 2015 04:45:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6292C21C024;
	Sat, 19 Sep 2015 04:45:37 +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 07B0F21C024
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Sep 2015 04:45:37 +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 3687C340D00
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Sep 2015 04:45:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E2633183
	for <gentoo-commits@lists.gentoo.org>; Sat, 19 Sep 2015 04:45:34 +0000 (UTC)
From: "Jeroen Roovers" <jer@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, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1442637925.30d6c1a369a9f28b955d843fa903873478f6bfcc.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/urllib3/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/urllib3/urllib3-1.12.ebuild
X-VCS-Directories: dev-python/urllib3/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 30d6c1a369a9f28b955d843fa903873478f6bfcc
X-VCS-Branch: master
Date: Sat, 19 Sep 2015 04:45:34 +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: 7904e6b9-ebea-4489-964c-cfb76c3db883
X-Archives-Hash: c8ff8b0094bc7fef113f7443aff41744

commit:     30d6c1a369a9f28b955d843fa903873478f6bfcc
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 04:45:25 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 04:45:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d6c1a3

dev-python/urllib3: Mark ~hppa (bug #560600).

Package-Manager: portage-2.2.20.1

 dev-python/urllib3/urllib3-1.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/urllib3/urllib3-1.12.ebuild b/dev-python/urllib3/urllib3-1.12.ebuild
index 68ba60a..a873e4d 100644
--- a/dev-python/urllib3/urllib3-1.12.ebuild
+++ b/dev-python/urllib3/urllib3-1.12.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
 IUSE="doc test"
 
 RDEPEND="