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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7C5D71581FB for ; Sat, 23 Nov 2024 21:08:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF6EDE08B0; Sat, 23 Nov 2024 21:08:14 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 90367E08B0 for ; Sat, 23 Nov 2024 21:08:14 +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 7105E342FA2 for ; Sat, 23 Nov 2024 21:08:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90C2B1E74 for ; Sat, 23 Nov 2024 21:08:11 +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: <1732395974.4cf3d1371d273e522d30c7696373e8c735c6e309.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-8.0.6.ebuild X-VCS-Directories: sci-electronics/kicad-templates/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4cf3d1371d273e522d30c7696373e8c735c6e309 X-VCS-Branch: master Date: Sat, 23 Nov 2024 21:08:11 +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: 5dc28b80-a21c-4b0f-91af-0d062113593f X-Archives-Hash: f3ca4399df6ce3357520e4fe261bdf64 commit: 4cf3d1371d273e522d30c7696373e8c735c6e309 Author: Sam James gentoo org> AuthorDate: Sat Nov 23 21:06:14 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Nov 23 21:06:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf3d137 sci-electronics/kicad-templates: Stabilize 8.0.6 amd64, #944504 Signed-off-by: Sam James gentoo.org> sci-electronics/kicad-templates/kicad-templates-8.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/kicad-templates/kicad-templates-8.0.6.ebuild b/sci-electronics/kicad-templates/kicad-templates-8.0.6.ebuild index 56a84f2bc09a..e7f55b5f0e86 100644 --- a/sci-electronics/kicad-templates/kicad-templates-8.0.6.ebuild +++ b/sci-electronics/kicad-templates/kicad-templates-8.0.6.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 ~arm64 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~riscv ~x86" fi LICENSE="CC-BY-SA-4.0"