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 A68C01584AD for ; Wed, 07 May 2025 21:01:22 +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 9293B3430FC for ; Wed, 07 May 2025 21:01:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BE48811047D; Wed, 07 May 2025 21:01: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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B780611047D 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 73593343075 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 609EE2848 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: <1746651663.5c60b4f9c3d7b31bba6e6e3197c0032546bdab09.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-packages3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/kicad-packages3d/kicad-packages3d-9.0.0.ebuild X-VCS-Directories: sci-electronics/kicad-packages3d/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 5c60b4f9c3d7b31bba6e6e3197c0032546bdab09 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: 608fb541-38e0-46dc-9642-f22406028146 X-Archives-Hash: 470da260304e2d277f465555fcdcfc7e commit: 5c60b4f9c3d7b31bba6e6e3197c0032546bdab09 Author: Jakov Smolić gentoo org> AuthorDate: Wed May 7 21:01:03 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed May 7 21:01:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c60b4f9 sci-electronics/kicad-packages3d: Keyword 9.0.0 riscv, #955496 Signed-off-by: Jakov Smolić gentoo.org> sci-electronics/kicad-packages3d/kicad-packages3d-9.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/kicad-packages3d/kicad-packages3d-9.0.0.ebuild b/sci-electronics/kicad-packages3d/kicad-packages3d-9.0.0.ebuild index 3ce2c48e85d5..c20c53b0635e 100644 --- a/sci-electronics/kicad-packages3d/kicad-packages3d-9.0.0.ebuild +++ b/sci-electronics/kicad-packages3d/kicad-packages3d-9.0.0.ebuild @@ -15,7 +15,7 @@ else SRC_URI="https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/${PV}/kicad-packages3D-${PV}.tar.bz2 -> ${P}.tar.bz2" S="${WORKDIR}/${PN/3d/3D}-${PV}" - KEYWORDS="amd64" + KEYWORDS="amd64 ~riscv" fi LICENSE="CC-BY-SA-4.0"