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 3C280158087 for ; Mon, 27 Dec 2021 02:17:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB3D72BC022; Mon, 27 Dec 2021 02:17:27 +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 C6D8E2BC009 for ; Mon, 27 Dec 2021 02:17:25 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0355342B6A for ; Mon, 27 Dec 2021 02:17:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AECD1261 for ; Mon, 27 Dec 2021 02:17:22 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1640571437.3f1ca5c9d2033657cb5042fe1294d4908079c674.dlan@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.5.ebuild media-gfx/ansilove/ansilove-9999.ebuild X-VCS-Directories: media-gfx/ansilove/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 3f1ca5c9d2033657cb5042fe1294d4908079c674 X-VCS-Branch: master Date: Mon, 27 Dec 2021 02:17:22 +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: 6f5528aa-5927-424b-83dd-e456453a67c9 X-Archives-Hash: d20483bc7e30ed4018e35453d8f5a395 commit: 3f1ca5c9d2033657cb5042fe1294d4908079c674 Author: Yixun Lan gentoo org> AuthorDate: Mon Dec 27 02:15:43 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon Dec 27 02:17:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1ca5c9 media-gfx/ansilove: keyword ~riscv Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> media-gfx/ansilove/ansilove-4.1.5.ebuild | 2 +- media-gfx/ansilove/ansilove-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/ansilove/ansilove-4.1.5.ebuild b/media-gfx/ansilove/ansilove-4.1.5.ebuild index 747102f7845f..31678da8b02c 100644 --- a/media-gfx/ansilove/ansilove-4.1.5.ebuild +++ b/media-gfx/ansilove/ansilove-4.1.5.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == *9999* ]]; then EGIT_REPO_URI="https://github.com/ansilove/${PN}.git" else SRC_URI="https://github.com/ansilove/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~riscv" fi LICENSE="BSD-2" diff --git a/media-gfx/ansilove/ansilove-9999.ebuild b/media-gfx/ansilove/ansilove-9999.ebuild index 747102f7845f..31678da8b02c 100644 --- a/media-gfx/ansilove/ansilove-9999.ebuild +++ b/media-gfx/ansilove/ansilove-9999.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == *9999* ]]; then EGIT_REPO_URI="https://github.com/ansilove/${PN}.git" else SRC_URI="https://github.com/ansilove/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~riscv" fi LICENSE="BSD-2"