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 AAEBA158094 for ; Wed, 22 Jun 2022 05:34:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAC5FE0876; Wed, 22 Jun 2022 05:34:02 +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 87634E0876 for ; Wed, 22 Jun 2022 05:34:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8FB12341886 for ; Wed, 22 Jun 2022 05:33:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21BEB510 for ; Wed, 22 Jun 2022 05:33:30 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1655875650.2aab6f6ce4a186bf7569be3eb9cec63e48a2e9e7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ansicolor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild X-VCS-Directories: dev-python/ansicolor/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2aab6f6ce4a186bf7569be3eb9cec63e48a2e9e7 X-VCS-Branch: master Date: Wed, 22 Jun 2022 05:33:30 +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: f1c5d0eb-d00d-4caa-a7a2-fb12fb94ea32 X-Archives-Hash: 69962ea4d1753e2f54271d85d7645a26 commit: 2aab6f6ce4a186bf7569be3eb9cec63e48a2e9e7 Author: Joonas Niilola gentoo org> AuthorDate: Wed Jun 22 05:27:30 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jun 22 05:27:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aab6f6c dev-python/ansicolor: Stabilize 0.3.2-r1 ALLARCHES, #853589 Signed-off-by: Joonas Niilola gentoo.org> dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild b/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild index ceb39bf7b7df..efd13944e8ac 100644 --- a/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild +++ b/dev-python/ansicolor/ansicolor-0.3.2-r1.ebuild @@ -17,7 +17,7 @@ else SRC_URI=" https://github.com/numerodix/ansicolor/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Produce ansi color output and colored highlighting and diffing"