From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-847487-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 26D601388C1 for <garchives@archives.gentoo.org>; Thu, 19 Nov 2015 10:25:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64D10E087E; Thu, 19 Nov 2015 10:25:20 +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 B9970E087E for <gentoo-commits@lists.gentoo.org>; Thu, 19 Nov 2015 10:25:19 +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 AD394340949 for <gentoo-commits@lists.gentoo.org>; Thu, 19 Nov 2015 10:25:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5048AA2 for <gentoo-commits@lists.gentoo.org>; Thu, 19 Nov 2015 10:25:16 +0000 (UTC) From: "Agostino Sarubbo" <ago@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, "Agostino Sarubbo" <ago@gentoo.org> Message-ID: <1447928613.d7c4d5ca8509511ce7da82d3fa335969281ad2ab.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ndg-httpsclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild X-VCS-Directories: dev-python/ndg-httpsclient/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: d7c4d5ca8509511ce7da82d3fa335969281ad2ab X-VCS-Branch: master Date: Thu, 19 Nov 2015 10:25:16 +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: b4c51139-4833-4cd3-aa89-fb6c7659f468 X-Archives-Hash: 792479d02a2b31a3cf290fe3fdffd9e2 commit: d7c4d5ca8509511ce7da82d3fa335969281ad2ab Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Thu Nov 19 10:23:33 2015 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Thu Nov 19 10:23:33 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c4d5ca dev-python/ndg-httpsclient: alpha stable wrt bug #564588 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="alpha" dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild index 4b4cab5..9a8a1ff 100644 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.4.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P/-/_}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" RDEPEND="dev-python/pyopenssl[$(python_gen_usedep 'python*' pypy)]"