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 02B4B1581C1 for ; Sat, 13 Jul 2024 07:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6893CE2AA5; Sat, 13 Jul 2024 07:27:33 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CFB3E2AA5 for ; Sat, 13 Jul 2024 07:27:33 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BAF834309E for ; Sat, 13 Jul 2024 07:27:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 702BD1E24 for ; Sat, 13 Jul 2024 07:27:29 +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: <1720855641.c673f8039bad8c3c7571c7e3d0e477984c682618.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ansi2html/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ansi2html/ansi2html-1.9.2.ebuild X-VCS-Directories: dev-python/ansi2html/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c673f8039bad8c3c7571c7e3d0e477984c682618 X-VCS-Branch: master Date: Sat, 13 Jul 2024 07:27:29 +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: 2caddd26-697d-4807-a320-bddd8dd913e9 X-Archives-Hash: 4e4fb542fc23f83e687ec54edd35b42e commit: c673f8039bad8c3c7571c7e3d0e477984c682618 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Jul 13 07:27:21 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Jul 13 07:27:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c673f803 dev-python/ansi2html: Stabilize 1.9.2 ALLARCHES, #935961 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/ansi2html/ansi2html-1.9.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ansi2html/ansi2html-1.9.2.ebuild b/dev-python/ansi2html/ansi2html-1.9.2.ebuild index 87b3e5333dd5..858bc3ae90bf 100644 --- a/dev-python/ansi2html/ansi2html-1.9.2.ebuild +++ b/dev-python/ansi2html/ansi2html-1.9.2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="LGPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 arm arm64 ~riscv x86" BDEPEND=" >=dev-python/setuptools-scm-7.0.0[${PYTHON_USEDEP}]