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 397B0158087 for ; Fri, 21 Jan 2022 20:04:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6532B2BC018; Fri, 21 Jan 2022 20:04:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 49E872BC00F for ; Fri, 21 Jan 2022 20:04:24 +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 A2B52343136 for ; Fri, 21 Jan 2022 20:04:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C5492A3 for ; Fri, 21 Jan 2022 20:04:19 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1642795451.cf3be33df91465b78324f775e3eff30fd6588881.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rich/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rich/rich-10.16.2.ebuild X-VCS-Directories: dev-python/rich/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: cf3be33df91465b78324f775e3eff30fd6588881 X-VCS-Branch: master Date: Fri, 21 Jan 2022 20:04:19 +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: a3a41631-ce0f-4b89-b157-c70f31ddc1f1 X-Archives-Hash: 6853058373c4d8714eeef3332fb78e05 commit: cf3be33df91465b78324f775e3eff30fd6588881 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 21 20:04:07 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 21 20:04:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3be33d dev-python/rich: Stabilize 10.16.2 ppc, #831583 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/rich/rich-10.16.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rich/rich-10.16.2.ebuild b/dev-python/rich/rich-10.16.2.ebuild index a9cb8fdf596d..9d13c4cffe4b 100644 --- a/dev-python/rich/rich-10.16.2.ebuild +++ b/dev-python/rich/rich-10.16.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/willmcgugan/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86" +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv sparc x86" RDEPEND=" dev-python/colorama[${PYTHON_USEDEP}]