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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 995B915800F for ; Thu, 16 Feb 2023 22:07:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC8F0E07AE; Thu, 16 Feb 2023 22:07:57 +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 A0916E07AE for ; Thu, 16 Feb 2023 22:07:57 +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 735CD340FFC for ; Thu, 16 Feb 2023 22:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB8538AE for ; Thu, 16 Feb 2023 22:07:54 +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: <1676585243.66f18b7a0206bf3368b4093ee6f62a0466fa47fb.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/skalibs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/skalibs/skalibs-2.13.0.0.ebuild X-VCS-Directories: dev-libs/skalibs/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 66f18b7a0206bf3368b4093ee6f62a0466fa47fb X-VCS-Branch: master Date: Thu, 16 Feb 2023 22:07:54 +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: 34052482-386c-4769-a10e-562b6ea3f712 X-Archives-Hash: 149a85e954729141490c9d121a7542d2 commit: 66f18b7a0206bf3368b4093ee6f62a0466fa47fb Author: Yixun Lan gentoo org> AuthorDate: Thu Feb 16 22:07:23 2023 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Feb 16 22:07:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f18b7a dev-libs/skalibs: Keyword 2.13.0.0 riscv, #894780 Signed-off-by: Yixun Lan gentoo.org> dev-libs/skalibs/skalibs-2.13.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/skalibs/skalibs-2.13.0.0.ebuild b/dev-libs/skalibs/skalibs-2.13.0.0.ebuild index 0116c32ec981..e3b171a6f66c 100644 --- a/dev-libs/skalibs/skalibs-2.13.0.0.ebuild +++ b/dev-libs/skalibs/skalibs-2.13.0.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.skarnet.org/software/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" HTML_DOCS=( doc/. )