From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1253988-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E7BC1382C5 for <garchives@archives.gentoo.org>; Mon, 22 Feb 2021 18:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 755D1E0866; Mon, 22 Feb 2021 18:57:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F3BBE0867 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2021 18:57:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5441F340FE1 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2021 18:57:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11596591 for <gentoo-commits@lists.gentoo.org>; Mon, 22 Feb 2021 18:57:22 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1614020226.67ea6a71a748e7338db723a93fed689b273555b0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-packages3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/kicad-packages3d/kicad-packages3d-5.1.9.ebuild X-VCS-Directories: sci-electronics/kicad-packages3d/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 67ea6a71a748e7338db723a93fed689b273555b0 X-VCS-Branch: master Date: Mon, 22 Feb 2021 18:57:22 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 847a6f85-197d-48f9-84e5-ff865759a0c7 X-Archives-Hash: 027f2b914ab7cb700c79a4f5f42e3ea4 commit: 67ea6a71a748e7338db723a93fed689b273555b0 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org> AuthorDate: Sat Feb 20 21:48:16 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 22 18:57:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ea6a71 sci-electronics/kicad-packages3d: added ~arm64 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> sci-electronics/kicad-packages3d/kicad-packages3d-5.1.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/kicad-packages3d/kicad-packages3d-5.1.9.ebuild b/sci-electronics/kicad-packages3d/kicad-packages3d-5.1.9.ebuild index 67a41a58de5..ce0d62fefa1 100644 --- a/sci-electronics/kicad-packages3d/kicad-packages3d-5.1.9.ebuild +++ b/sci-electronics/kicad-packages3d/kicad-packages3d-5.1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/${PV}/kic LICENSE="CC-BY-SA-4.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="occ +oce" REQUIRED_USE="|| ( occ oce )"