From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 702281584AD for ; Wed, 07 May 2025 21:01:24 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5CEC134314E for ; Wed, 07 May 2025 21:01:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CA02011047E; Wed, 07 May 2025 21:01:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 bobolink.gentoo.org (Postfix) with ESMTPS id C2E1E11047E for ; Wed, 07 May 2025 21:01:12 +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 782863430D1 for ; Wed, 07 May 2025 21:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D9F8283B for ; Wed, 07 May 2025 21:01:09 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1746651662.8bab5cfda4bbe48a9a1377d243fdc217f2a8d272.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/kicad-doc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/kicad-doc/kicad-doc-9.0.0.ebuild X-VCS-Directories: app-doc/kicad-doc/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 8bab5cfda4bbe48a9a1377d243fdc217f2a8d272 X-VCS-Branch: master Date: Wed, 07 May 2025 21:01: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: 28916e30-f402-4c10-a7d8-df348beaadfd X-Archives-Hash: 9fbb1233ca9644e47b4ae6fc0efb0cb5 commit: 8bab5cfda4bbe48a9a1377d243fdc217f2a8d272 Author: Jakov Smolić gentoo org> AuthorDate: Wed May 7 21:01:02 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed May 7 21:01:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bab5cfd app-doc/kicad-doc: Keyword 9.0.0 riscv, #955496 Signed-off-by: Jakov Smolić gentoo.org> app-doc/kicad-doc/kicad-doc-9.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/kicad-doc/kicad-doc-9.0.0.ebuild b/app-doc/kicad-doc/kicad-doc-9.0.0.ebuild index fc7e187a5e8d..44d43ff0213f 100644 --- a/app-doc/kicad-doc/kicad-doc-9.0.0.ebuild +++ b/app-doc/kicad-doc/kicad-doc-9.0.0.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then LIVE_DEPEND=">=x11-misc/util-macros-1.18" else SRC_URI="https://gitlab.com/kicad/services/${PN}/-/archive/${PV}/${P}.tar.bz2" - KEYWORDS="amd64" + KEYWORDS="amd64 ~riscv" fi LICENSE="|| ( GPL-3+ CC-BY-3.0 ) GPL-2"