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 3A819158086 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 DCE872BC009; Mon, 27 Dec 2021 02:17:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D6C512BC022 for ; Mon, 27 Dec 2021 02:17:25 +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 3CBD5342B6F for ; Mon, 27 Dec 2021 02:17:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B1811FB 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: <1640571434.6196ad90919afbbbc409db5247e2f5ea589b450c.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libansilove/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libansilove/libansilove-1.2.8.ebuild dev-libs/libansilove/libansilove-9999.ebuild X-VCS-Directories: dev-libs/libansilove/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 6196ad90919afbbbc409db5247e2f5ea589b450c 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: 057c4c23-e97b-4bb0-a8b3-5a445b4e6a93 X-Archives-Hash: e32ed88ba35b62c62c904ddbe0c90f34 commit: 6196ad90919afbbbc409db5247e2f5ea589b450c Author: Yixun Lan gentoo org> AuthorDate: Mon Dec 27 02:13:07 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon Dec 27 02:17:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6196ad90 dev-libs/libansilove: keyword ~riscv Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> dev-libs/libansilove/libansilove-1.2.8.ebuild | 2 +- dev-libs/libansilove/libansilove-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libansilove/libansilove-1.2.8.ebuild b/dev-libs/libansilove/libansilove-1.2.8.ebuild index ade267a3221c..7d64d5664add 100644 --- a/dev-libs/libansilove/libansilove-1.2.8.ebuild +++ b/dev-libs/libansilove/libansilove-1.2.8.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/dev-libs/libansilove/libansilove-9999.ebuild b/dev-libs/libansilove/libansilove-9999.ebuild index ade267a3221c..7d64d5664add 100644 --- a/dev-libs/libansilove/libansilove-9999.ebuild +++ b/dev-libs/libansilove/libansilove-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"