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 88F431382C5 for ; Thu, 10 May 2018 14:23:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABD1CE0BBC; Thu, 10 May 2018 14:23:38 +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 83D90E0BBC for ; Thu, 10 May 2018 14:23:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 207E4335C8C for ; Thu, 10 May 2018 14:23:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F79D292 for ; Thu, 10 May 2018 14:23:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1525962077.37f4519fe77972977a705231c56835d9bc9aeb5b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/restkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/restkit/restkit-4.2.2.ebuild X-VCS-Directories: dev-python/restkit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 37f4519fe77972977a705231c56835d9bc9aeb5b X-VCS-Branch: master Date: Thu, 10 May 2018 14:23:33 +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: 71f79dac-2688-4820-9643-cdee2edf0d84 X-Archives-Hash: 6d1e75a643a694f078f866eed80a5c21 commit: 37f4519fe77972977a705231c56835d9bc9aeb5b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 6 20:47:10 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 10 14:21:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f4519f dev-python/restkit: De-stabilise arm Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-python/restkit/restkit-4.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/restkit/restkit-4.2.2.ebuild b/dev-python/restkit/restkit-4.2.2.ebuild index 0302d85a8b4..044ce7bfa2a 100644 --- a/dev-python/restkit/restkit-4.2.2.ebuild +++ b/dev-python/restkit/restkit-4.2.2.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=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ppc64 ~s390 ~sh x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 ~s390 ~sh x86" IUSE="+cli doc examples test" PY27_USEDEP="$(python_gen_usedep python2_7)"