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 BFC6C158020 for ; Sat, 5 Nov 2022 08:27:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC8E6E0636; Sat, 5 Nov 2022 08:27:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4329E0636 for ; Sat, 5 Nov 2022 08:27: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7404340D32 for ; Sat, 5 Nov 2022 08:27:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FD14615 for ; Sat, 5 Nov 2022 08:27:23 +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: <1667636652.f14c060e3649607f58e271d2f8c7b085e8891143.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/boa/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/boa/boa-0.94.14_rc21-r2.ebuild X-VCS-Directories: www-servers/boa/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: f14c060e3649607f58e271d2f8c7b085e8891143 X-VCS-Branch: master Date: Sat, 5 Nov 2022 08:27:23 +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: 40b1dd2a-ac8e-4e1a-adb8-37ceb47e07c7 X-Archives-Hash: ba79a0ab05c855bfbc227fa7ba51f696 commit: f14c060e3649607f58e271d2f8c7b085e8891143 Author: Chris Su lesscrowds org> AuthorDate: Fri Nov 4 02:55:43 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Nov 5 08:24:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f14c060e www-servers/boa: Keyword 0.94.14_rc21-r2 riscv, #879507 Closes: https://github.com/gentoo/gentoo/pull/28132 Signed-off-by: Chris Su lesscrowds.org> Signed-off-by: Yixun Lan gentoo.org> www-servers/boa/boa-0.94.14_rc21-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-servers/boa/boa-0.94.14_rc21-r2.ebuild b/www-servers/boa/boa-0.94.14_rc21-r2.ebuild index 0795392e1bde..7af929d263e5 100644 --- a/www-servers/boa/boa-0.94.14_rc21-r2.ebuild +++ b/www-servers/boa/boa-0.94.14_rc21-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="http://www.boa.org/${MY_P}.tar.gz" HOMEPAGE="http://www.boa.org/" S=${WORKDIR}/${MY_P} -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~mips ~ppc ~riscv ~sparc ~x86" LICENSE="GPL-2" SLOT="0" IUSE="doc"