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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48D1C158020 for ; Sun, 20 Nov 2022 22:34:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A2F4E0973; Sun, 20 Nov 2022 22:34:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AF04E0973 for ; Sun, 20 Nov 2022 22:34:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92A273411EF for ; Sun, 20 Nov 2022 22:34:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A40AD75 for ; Sun, 20 Nov 2022 22:34:11 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1668983157.cce51b2cfb9c71d99be83aae5748d9888fd1c6de.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click-help-colors/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/click-help-colors/click-help-colors-0.9.1.ebuild X-VCS-Directories: dev-python/click-help-colors/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: cce51b2cfb9c71d99be83aae5748d9888fd1c6de X-VCS-Branch: master Date: Sun, 20 Nov 2022 22:34:11 +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: dc486fa9-5c5e-4137-881a-b5982b6863ce X-Archives-Hash: 49a0c922ac6d063195461cfdbaa27e4a commit: cce51b2cfb9c71d99be83aae5748d9888fd1c6de Author: Marek Szuba gentoo org> AuthorDate: Sun Nov 20 22:25:57 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Nov 20 22:25:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce51b2c dev-python/click-help-colors: stabilize 0.9.1 for ALLARCHES Signed-off-by: Marek Szuba gentoo.org> dev-python/click-help-colors/click-help-colors-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild b/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild index 9f3edede8ee1..7cd65645a02b 100644 --- a/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild +++ b/dev-python/click-help-colors/click-help-colors-0.9.1.ebuild @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~riscv" +KEYWORDS="amd64 ~riscv" IUSE="examples" RDEPEND="dev-python/click[${PYTHON_USEDEP}]"