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 4C4B1158020 for ; Sun, 18 Dec 2022 01:50:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F588E08F1; Sun, 18 Dec 2022 01:50:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E14A7E08F3 for ; Sun, 18 Dec 2022 01:50:11 +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 D9FC2341082 for ; Sun, 18 Dec 2022 01:50:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0521C77A for ; Sun, 18 Dec 2022 01:50:09 +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: <1671327840.7952522a237cbb844653effe41a612141ea390e3.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild X-VCS-Directories: sci-calculators/bc-gh/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 7952522a237cbb844653effe41a612141ea390e3 X-VCS-Branch: master Date: Sun, 18 Dec 2022 01:50:09 +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: 2e3b4c37-1de5-4d07-a6ca-a8b65e971e85 X-Archives-Hash: 76ce066a30fa21dbd52c8b108de9e9d1 commit: 7952522a237cbb844653effe41a612141ea390e3 Author: Yixun Lan gentoo org> AuthorDate: Sun Dec 18 01:44:00 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sun Dec 18 01:44:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7952522a sci-calculators/bc-gh: Keyword 6.1.1-r1 riscv, #886247 Signed-off-by: Yixun Lan gentoo.org> sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild index 4ed8dd73e6d3..b1f91f1ef92d 100644 --- a/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild +++ b/sci-calculators/bc-gh/bc-gh-6.1.1-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar. LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" S="${WORKDIR}/bc-${PV}"