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 2AC9E1584AD for ; Tue, 06 May 2025 08:03:53 +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 155D7343102 for ; Tue, 06 May 2025 08:03:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 16DA11103C1; Tue, 06 May 2025 08:03:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1244B1103C1 for ; Tue, 06 May 2025 08:03:44 +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 C02843430BF for ; Tue, 06 May 2025 08:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32E052799 for ; Tue, 06 May 2025 08:03:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1746518586.30c1cf8a569efea4defe89f7210f097c7b20f9f2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-templates/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/kicad-templates/kicad-templates-9.0.0.ebuild X-VCS-Directories: sci-electronics/kicad-templates/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 30c1cf8a569efea4defe89f7210f097c7b20f9f2 X-VCS-Branch: master Date: Tue, 06 May 2025 08:03:42 +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: 0d1291c6-201c-4df0-8969-4256dd9c62d3 X-Archives-Hash: 886a76546ef4211e6e4a7dffdd868ea2 commit: 30c1cf8a569efea4defe89f7210f097c7b20f9f2 Author: Sam James gentoo org> AuthorDate: Tue May 6 08:02:56 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 6 08:03:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c1cf8a sci-electronics/kicad-templates: Stabilize 9.0.0 amd64, #955444 Signed-off-by: Sam James gentoo.org> sci-electronics/kicad-templates/kicad-templates-9.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/kicad-templates/kicad-templates-9.0.0.ebuild b/sci-electronics/kicad-templates/kicad-templates-9.0.0.ebuild index 5a4303b68dea..5f232880c807 100644 --- a/sci-electronics/kicad-templates/kicad-templates-9.0.0.ebuild +++ b/sci-electronics/kicad-templates/kicad-templates-9.0.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://gitlab.com/kicad/libraries/${PN}/-/archive/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="CC-BY-SA-4.0"