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 9D60D139B2A for ; Fri, 18 Sep 2015 04:38:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D307FE086A; Fri, 18 Sep 2015 04:38:24 +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 21850E086A for ; Fri, 18 Sep 2015 04:38:24 +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 299A53406BF for ; Fri, 18 Sep 2015 04:38:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90401186 for ; Fri, 18 Sep 2015 04:38:19 +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: <1442550999.eeac2c1a6ee25eafecc1234a0cae1a5b00aa8b86.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: eeac2c1a6ee25eafecc1234a0cae1a5b00aa8b86 X-VCS-Branch: master Date: Fri, 18 Sep 2015 04:38:19 +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: 7f44e4da-8d3b-47eb-8d53-e78bf173b632 X-Archives-Hash: 667a49d8092d78320ee0ec7f95c644ad commit: eeac2c1a6ee25eafecc1234a0cae1a5b00aa8b86 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Sep 18 04:36:39 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Sep 18 04:36:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeac2c1a dev-python/urllib3: Mark ~ppc64 (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 218adca..68ba60a 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 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="doc test" RDEPEND="