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 8A0091388C1 for ; Wed, 25 Nov 2015 08:54:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF81121C03B; Wed, 25 Nov 2015 08:54:36 +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 EC4FA21C02E for ; Wed, 25 Nov 2015 08:54:35 +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 9ABCF33FEB1 for ; Wed, 25 Nov 2015 08:54:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87BEDA3F for ; Wed, 25 Nov 2015 08:54:32 +0000 (UTC) From: "Agostino Sarubbo" 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" Message-ID: <1448441630.b83fb06a982d84dfe839941f7f6bebf1aa978250.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/json-rpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/json-rpc/json-rpc-1.10.1.ebuild X-VCS-Directories: dev-python/json-rpc/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: b83fb06a982d84dfe839941f7f6bebf1aa978250 X-VCS-Branch: master Date: Wed, 25 Nov 2015 08:54:32 +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: 78d4370d-e237-41c3-94d6-44b20080de10 X-Archives-Hash: 84f8cbde1be5c125a36e7c4112c36247 commit: b83fb06a982d84dfe839941f7f6bebf1aa978250 Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Nov 25 08:53:50 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Nov 25 08:53:50 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b83fb06a dev-python/json-rpc: amd64 stable wrt bug #566602 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" dev-python/json-rpc/json-rpc-1.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/json-rpc/json-rpc-1.10.1.ebuild b/dev-python/json-rpc/json-rpc-1.10.1.ebuild index 7a21ad3..bda12c4 100644 --- a/dev-python/json-rpc/json-rpc-1.10.1.ebuild +++ b/dev-python/json-rpc/json-rpc-1.10.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="test" RDEPEND="dev-python/six[${PYTHON_USEDEP}]"