From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1547934-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 408B215800A for <garchives@archives.gentoo.org>; Sun, 20 Aug 2023 16:19:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 884432BC013; Sun, 20 Aug 2023 16:19:44 +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 6B50F2BC013 for <gentoo-commits@lists.gentoo.org>; Sun, 20 Aug 2023 16:19:44 +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 6BDFE335CEF for <gentoo-commits@lists.gentoo.org>; Sun, 20 Aug 2023 16:19:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8C75BF4 for <gentoo-commits@lists.gentoo.org>; Sun, 20 Aug 2023 16:19:41 +0000 (UTC) From: "Benda XU" <heroxbd@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, "Benda XU" <heroxbd@gentoo.org> Message-ID: <1692548372.241168130bc439df5324c752eafdd661caef0f26.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tornado/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tornado/tornado-6.3.3.ebuild X-VCS-Directories: dev-python/tornado/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 241168130bc439df5324c752eafdd661caef0f26 X-VCS-Branch: master Date: Sun, 20 Aug 2023 16:19:41 +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: f3639be6-637f-4697-a89b-7df5ec33848b X-Archives-Hash: d838faa7e7fc4fd4dc707675d535e034 commit: 241168130bc439df5324c752eafdd661caef0f26 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Sun Aug 20 16:18:51 2023 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Sun Aug 20 16:19:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24116813 dev-python/tornado: keyword 6.3.3 for ~arm64-macos Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org> dev-python/tornado/tornado-6.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tornado/tornado-6.3.3.ebuild b/dev-python/tornado/tornado-6.3.3.ebuild index c44ab2b97f92..64ff61478c7a 100644 --- a/dev-python/tornado/tornado-6.3.3.ebuild +++ b/dev-python/tornado/tornado-6.3.3.ebuild @@ -19,7 +19,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" IUSE="examples test" RESTRICT="!test? ( test )"