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 3C801158041 for ; Mon, 18 Mar 2024 07:35:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 824A4E29B8; Mon, 18 Mar 2024 07:35:31 +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 5EC3AE29B8 for ; Mon, 18 Mar 2024 07:35:31 +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 753A4335C36 for ; Mon, 18 Mar 2024 07:35:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4A561559 for ; Mon, 18 Mar 2024 07:35:27 +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: <1710747324.853aa3affa2ef99192cfe070ef40ce3a723f46d6.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-7.0.10.ebuild X-VCS-Directories: sci-electronics/kicad-templates/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 853aa3affa2ef99192cfe070ef40ce3a723f46d6 X-VCS-Branch: master Date: Mon, 18 Mar 2024 07:35:27 +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: b25575af-b616-4ff3-89ff-3cc8e60554ff X-Archives-Hash: 43ddd50ec5618b8c9fd27ed02ebe9b45 commit: 853aa3affa2ef99192cfe070ef40ce3a723f46d6 Author: Joonas Niilola gentoo org> AuthorDate: Mon Mar 18 07:35:03 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Mar 18 07:35:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853aa3af sci-electronics/kicad-templates: Stabilize 7.0.10 amd64, #927193 Signed-off-by: Joonas Niilola gentoo.org> sci-electronics/kicad-templates/kicad-templates-7.0.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/kicad-templates/kicad-templates-7.0.10.ebuild b/sci-electronics/kicad-templates/kicad-templates-7.0.10.ebuild index 5bbfee81722b..0efdfba630c0 100644 --- a/sci-electronics/kicad-templates/kicad-templates-7.0.10.ebuild +++ b/sci-electronics/kicad-templates/kicad-templates-7.0.10.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"