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 1B78615820A for ; Sun, 06 Jul 2025 14:16:58 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D4BD0342058 for ; Sun, 06 Jul 2025 14:16:57 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 28D9011055C; Sun, 06 Jul 2025 14:16:51 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1D56211055C for ; Sun, 06 Jul 2025 14:16:51 +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 CCF5334201F for ; Sun, 06 Jul 2025 14:16:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13C922E53 for ; Sun, 06 Jul 2025 14:16:49 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1751810431.d7d3108b523a5d388b2fed04c6037748c08014d3.arthurzam@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-8.0.9.ebuild X-VCS-Directories: sci-electronics/kicad-packages3d/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d7d3108b523a5d388b2fed04c6037748c08014d3 X-VCS-Branch: master Date: Sun, 06 Jul 2025 14:16:49 +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: ac429fcc-bc9b-4c69-99b3-26ec7179c202 X-Archives-Hash: 54e6163f868ca69f203002de40a890f7 commit: d7d3108b523a5d388b2fed04c6037748c08014d3 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Jul 6 14:00:31 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Jul 6 14:00:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d3108b sci-electronics/kicad-packages3d: Stabilize 8.0.9 amd64, #959626 Signed-off-by: Arthur Zamarin gentoo.org> sci-electronics/kicad-packages3d/kicad-packages3d-8.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/kicad-packages3d/kicad-packages3d-8.0.9.ebuild b/sci-electronics/kicad-packages3d/kicad-packages3d-8.0.9.ebuild index dfe6b73b9540..9c6dc284362b 100644 --- a/sci-electronics/kicad-packages3d/kicad-packages3d-8.0.9.ebuild +++ b/sci-electronics/kicad-packages3d/kicad-packages3d-8.0.9.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 ~arm64 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~riscv ~x86" fi LICENSE="CC-BY-SA-4.0"