From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1365216-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 D69B015808B for <garchives@archives.gentoo.org>; Mon, 7 Feb 2022 08:56:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 226A8E07ED; Mon, 7 Feb 2022 08:56:08 +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 F083EE07FE for <gentoo-commits@lists.gentoo.org>; Mon, 7 Feb 2022 08:56:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4F0C5342CC6 for <gentoo-commits@lists.gentoo.org>; Mon, 7 Feb 2022 08:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF254285 for <gentoo-commits@lists.gentoo.org>; Mon, 7 Feb 2022 08:56:04 +0000 (UTC) From: "Yixun Lan" <dlan@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, "Yixun Lan" <dlan@gentoo.org> Message-ID: <1644224091.711adf4cd82b095e1ceffb1a63b39ae7edbea8c9.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/tcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/tcc/tcc-0.9.27_p20211022.ebuild X-VCS-Directories: dev-lang/tcc/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 711adf4cd82b095e1ceffb1a63b39ae7edbea8c9 X-VCS-Branch: master Date: Mon, 7 Feb 2022 08:56:04 +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: 7065f349-a23c-42a4-83eb-bc3f2e17bdbb X-Archives-Hash: bfadaaa08d933aa864c196d6a2360b9a commit: 711adf4cd82b095e1ceffb1a63b39ae7edbea8c9 Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Mon Feb 7 08:54:51 2022 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Mon Feb 7 08:54:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711adf4c dev-lang/tcc: keyword ~arm64 Closes: https://bugs.gentoo.org/832722 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> dev-lang/tcc/tcc-0.9.27_p20211022.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/tcc/tcc-0.9.27_p20211022.ebuild b/dev-lang/tcc/tcc-0.9.27_p20211022.ebuild index ebcf4086791e..a0b29c7f57b5 100644 --- a/dev-lang/tcc/tcc-0.9.27_p20211022.ebuild +++ b/dev-lang/tcc/tcc-0.9.27_p20211022.ebuild @@ -22,7 +22,7 @@ fi LICENSE="LGPL-2.1" SLOT="0" if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~x86 ~amd64-linux" + KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux" fi BDEPEND="dev-lang/perl" # doc generation