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 584B7158094 for ; Thu, 8 Sep 2022 14:33:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27E50E0B78; Thu, 8 Sep 2022 14:33:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DC21E0B6F for ; Thu, 8 Sep 2022 14:33:18 +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 1C6833410F2 for ; Thu, 8 Sep 2022 14:33:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BF8F5D0 for ; Thu, 8 Sep 2022 14:33:15 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1662647583.0e1bddb736b1d483983a14fc9f4668a7e137550a.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/kicad-doc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/kicad-doc/kicad-doc-6.0.6.ebuild X-VCS-Directories: app-doc/kicad-doc/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 0e1bddb736b1d483983a14fc9f4668a7e137550a X-VCS-Branch: master Date: Thu, 8 Sep 2022 14:33:15 +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: b3e4d5e9-85b3-4246-9834-6dc3206be9d7 X-Archives-Hash: f7af7271e600fd5c9c6917757faa884d commit: 0e1bddb736b1d483983a14fc9f4668a7e137550a Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Sep 8 14:33:03 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Sep 8 14:33:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1bddb7 app-doc/kicad-doc: Stabilize 6.0.6 amd64, #869155 Signed-off-by: Agostino Sarubbo gentoo.org> app-doc/kicad-doc/kicad-doc-6.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-doc/kicad-doc/kicad-doc-6.0.6.ebuild b/app-doc/kicad-doc/kicad-doc-6.0.6.ebuild index 51164ea1dde5..7bf365023628 100644 --- a/app-doc/kicad-doc/kicad-doc-6.0.6.ebuild +++ b/app-doc/kicad-doc/kicad-doc-6.0.6.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then LIVE_DEPEND=">=x11-misc/util-macros-1.18" else SRC_URI="https://gitlab.com/kicad/services/${PN}/-/archive/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~riscv ~x86" fi LICENSE="|| ( GPL-3+ CC-BY-3.0 ) GPL-2"