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 D3EF615ACFC for ; Fri, 5 May 2023 13:44:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 127A9E0A6D; Fri, 5 May 2023 13:44:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 ED4A3E0A6D for ; Fri, 5 May 2023 13:44:41 +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 3E6A6341168 for ; Fri, 5 May 2023 13:44:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA5168AC for ; Fri, 5 May 2023 13:44:39 +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: <1683294272.41fc73cc3a2d193ebae5e08fe66c6511e4103735.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ansilove/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/ansilove/ansilove-4.1.7.ebuild X-VCS-Directories: media-gfx/ansilove/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 41fc73cc3a2d193ebae5e08fe66c6511e4103735 X-VCS-Branch: master Date: Fri, 5 May 2023 13:44:39 +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: b069be1d-ba85-4d04-8be5-85fe11b6b5e9 X-Archives-Hash: fea4f3c256ee4c5769ffeabde4ba8b4e commit: 41fc73cc3a2d193ebae5e08fe66c6511e4103735 Author: Arthur Zamarin gentoo org> AuthorDate: Fri May 5 13:44:32 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri May 5 13:44:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fc73cc media-gfx/ansilove: Stabilize 4.1.7 amd64, #905754 Signed-off-by: Arthur Zamarin gentoo.org> media-gfx/ansilove/ansilove-4.1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/ansilove/ansilove-4.1.7.ebuild b/media-gfx/ansilove/ansilove-4.1.7.ebuild index d0d4327ea128..a561ff46a2cc 100644 --- a/media-gfx/ansilove/ansilove-4.1.7.ebuild +++ b/media-gfx/ansilove/ansilove-4.1.7.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]]; then else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" fi LICENSE="BSD-2"