From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E89B41382C5 for ; Thu, 15 Mar 2018 16:20:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 232CEE07C7; Thu, 15 Mar 2018 16:20:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 059D1E07C7 for ; Thu, 15 Mar 2018 16:20:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C0DC335C36 for ; Thu, 15 Mar 2018 16:20:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD64F15A for ; Thu, 15 Mar 2018 16:20:36 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1521130824.060a5d646966452738991dfcd489246638359d74.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jsonrpclib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild X-VCS-Directories: dev-python/jsonrpclib/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 060a5d646966452738991dfcd489246638359d74 X-VCS-Branch: master Date: Thu, 15 Mar 2018 16:20:36 +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: 12e6fcca-d901-4f2d-bce8-2ff6ce7c7796 X-Archives-Hash: efe24bdc50d44c91696e27ba7e7e8def commit: 060a5d646966452738991dfcd489246638359d74 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Mar 15 16:20:24 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Mar 15 16:20:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060a5d64 dev-python/jsonrpclib: arm stable wrt bug #642826 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild b/dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild index 98f9b51fdf2..59c5ed43ca5 100644 --- a/dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild +++ b/dev-python/jsonrpclib/jsonrpclib-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/tcalmant/jsonrpclib/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~mips x86" + KEYWORDS="amd64 arm ~mips x86" fi DESCRIPTION="python implementation of the JSON-RPC spec (1.0 and 2.0)"