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 D029A1382C5 for ; Wed, 16 Dec 2020 18:04:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0139E08FF; Wed, 16 Dec 2020 18:04: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 D8C51E08FF for ; Wed, 16 Dec 2020 18:04: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 BC83B340DCA for ; Wed, 16 Dec 2020 18:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74DFF49 for ; Wed, 16 Dec 2020 18:04:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1608141844.97a8fc11b3269aec4077232cd88af87a6a6d8a55.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cheroot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cheroot/cheroot-8.4.5.ebuild X-VCS-Directories: dev-python/cheroot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 97a8fc11b3269aec4077232cd88af87a6a6d8a55 X-VCS-Branch: master Date: Wed, 16 Dec 2020 18:04:09 +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: 257b9426-4f22-4b89-9193-8a4832a69e8c X-Archives-Hash: 4b61f3f87bd5bcfea879e2b4b55de3aa commit: 97a8fc11b3269aec4077232cd88af87a6a6d8a55 Author: Sam James gentoo org> AuthorDate: Wed Dec 16 18:04:04 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 16 18:04:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a8fc11 dev-python/cheroot: Stabilize 8.4.5 ALLARCHES, #760165 Signed-off-by: Sam James gentoo.org> dev-python/cheroot/cheroot-8.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cheroot/cheroot-8.4.5.ebuild b/dev-python/cheroot/cheroot-8.4.5.ebuild index 467ee0e31e3..2685ff644e7 100644 --- a/dev-python/cheroot/cheroot-8.4.5.ebuild +++ b/dev-python/cheroot/cheroot-8.4.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/C/${PN/c/C}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 arm arm64 ~ia64 ppc ~ppc64 x86" RDEPEND=" >=dev-python/six-1.11.0[${PYTHON_USEDEP}]