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 DEAF3138334 for ; Sun, 17 Feb 2019 17:48:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D555E0AA1; Sun, 17 Feb 2019 17:48:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DCCA2E0AA1 for ; Sun, 17 Feb 2019 17:48:03 +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 BE05F335D02 for ; Sun, 17 Feb 2019 17:48:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C6A2326 for ; Sun, 17 Feb 2019 17:48:01 +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: <1550425669.75121d01fcd3e4b910865ef241c722940c3abdb0.zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 75121d01fcd3e4b910865ef241c722940c3abdb0 X-VCS-Branch: master Date: Sun, 17 Feb 2019 17:48:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 547a1d54-8da4-4c8e-8077-b4a26bc28fd0 X-Archives-Hash: 8e24cb0d26d17b774db854633ea8cea2 commit: 75121d01fcd3e4b910865ef241c722940c3abdb0 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Feb 17 17:47:49 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Feb 17 17:47:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75121d01 dev-python/restkit: mark s390 stable Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 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 044ce7bfa2a..318b8760818 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-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # 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)"