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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 953CC158534 for ; Fri, 23 Aug 2024 09:30:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3E122BC01A; Fri, 23 Aug 2024 09:30:49 +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 CA84E2BC01A for ; Fri, 23 Aug 2024 09:30:49 +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 E22C7342F9D for ; Fri, 23 Aug 2024 09:30:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16A111F0E for ; Fri, 23 Aug 2024 09:30:46 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1724405407.e449438e4f9cd32360ce829d07aaa13c4f7a19c9.juippis@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.3.ebuild X-VCS-Directories: sci-electronics/kicad-templates/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e449438e4f9cd32360ce829d07aaa13c4f7a19c9 X-VCS-Branch: master Date: Fri, 23 Aug 2024 09:30:46 +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: a37a6357-b1fe-4b5c-ae37-63b71353ef13 X-Archives-Hash: 6b4571ff2f4fd00474d66547e7a7e5fa commit: e449438e4f9cd32360ce829d07aaa13c4f7a19c9 Author: Joonas Niilola gentoo org> AuthorDate: Fri Aug 23 09:30:07 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Aug 23 09:30:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e449438e sci-electronics/kicad-templates: Stabilize 8.0.3 amd64, #937005 Signed-off-by: Joonas Niilola gentoo.org> sci-electronics/kicad-templates/kicad-templates-8.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/kicad-templates/kicad-templates-8.0.3.ebuild b/sci-electronics/kicad-templates/kicad-templates-8.0.3.ebuild index 56a84f2bc09a..e7f55b5f0e86 100644 --- a/sci-electronics/kicad-templates/kicad-templates-8.0.3.ebuild +++ b/sci-electronics/kicad-templates/kicad-templates-8.0.3.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"