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 BA5EC138334 for ; Tue, 24 Dec 2019 20:11:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BAE2E0DB9; Tue, 24 Dec 2019 20:11:11 +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 62264E0DB9 for ; Tue, 24 Dec 2019 20:11:11 +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 14D7834DB2A for ; Tue, 24 Dec 2019 20:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27F4830 for ; Tue, 24 Dec 2019 20:11:08 +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: <1577218215.4adc1d8994805f0b9ce98da2a961673400d3f2a6.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/isort/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/isort/isort-4.3.21_p2.ebuild X-VCS-Directories: dev-python/isort/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 4adc1d8994805f0b9ce98da2a961673400d3f2a6 X-VCS-Branch: master Date: Tue, 24 Dec 2019 20:11:08 +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: 72a5b7a2-0f9f-4682-99d1-a54167a2acd8 X-Archives-Hash: b8cac58d596e09c4965850b0efbbb94f commit: 4adc1d8994805f0b9ce98da2a961673400d3f2a6 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 24 20:10:15 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 24 20:10:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4adc1d89 dev-python/isort: Add ~alpha keyword wrt bug #702190 Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="alpha" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/isort/isort-4.3.21_p2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/isort/isort-4.3.21_p2.ebuild b/dev-python/isort/isort-4.3.21_p2.ebuild index 4f8d76c84ba..3b02d02ecce 100644 --- a/dev-python/isort/isort-4.3.21_p2.ebuild +++ b/dev-python/isort/isort-4.3.21_p2.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~sparc ~x86" RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]