From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1677344-garchives=archives.gentoo.org@lists.gentoo.org> 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 03ACB15807A for <garchives@archives.gentoo.org>; Mon, 7 Oct 2024 05:39:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 261E0E29A4; Mon, 7 Oct 2024 05:39:35 +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 0908CE29A4 for <gentoo-commits@lists.gentoo.org>; Mon, 7 Oct 2024 05:39:35 +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 1029C343141 for <gentoo-commits@lists.gentoo.org>; Mon, 7 Oct 2024 05:39:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DD4D11DF for <gentoo-commits@lists.gentoo.org>; Mon, 7 Oct 2024 05:39:32 +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: <1728279560.c8179db8fc48523bf4cd01eb1c1cca990e55fc98.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/klayout/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/klayout/klayout-0.29.7.ebuild X-VCS-Directories: sci-electronics/klayout/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c8179db8fc48523bf4cd01eb1c1cca990e55fc98 X-VCS-Branch: master Date: Mon, 7 Oct 2024 05:39:32 +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: 67c11b1f-621a-4b64-b7b4-99502a1ad1f9 X-Archives-Hash: b3177a8e495d886842501972c8ade53a commit: c8179db8fc48523bf4cd01eb1c1cca990e55fc98 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Oct 7 05:39:20 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Oct 7 05:39:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8179db8 sci-electronics/klayout: Stabilize 0.29.7 amd64, #941082 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-electronics/klayout/klayout-0.29.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/klayout/klayout-0.29.7.ebuild b/sci-electronics/klayout/klayout-0.29.7.ebuild index c4024bf6fb48..1f0d7ae73e3d 100644 --- a/sci-electronics/klayout/klayout-0.29.7.ebuild +++ b/sci-electronics/klayout/klayout-0.29.7.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} = 9999* ]]; then EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P} else SRC_URI="https://www.klayout.org/downloads/source/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts"