From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1613897-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 6C2F4158041
	for <garchives@archives.gentoo.org>; Sat, 23 Mar 2024 11:53:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0D4CDE2A2C;
	Sat, 23 Mar 2024 11:53:20 +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 DC8E7E2A2C
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Mar 2024 11:53:19 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8609333BEF1
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Mar 2024 11:53:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DF4F515E2
	for <gentoo-commits@lists.gentoo.org>; Sat, 23 Mar 2024 11:53:14 +0000 (UTC)
From: "Michał Górny" <mgorny@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, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1711194779.0c4b75402560c3f76eda9afe865b7f49ae288f46.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trimesh/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/trimesh/trimesh-4.1.8.ebuild
X-VCS-Directories: dev-python/trimesh/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 0c4b75402560c3f76eda9afe865b7f49ae288f46
X-VCS-Branch: master
Date: Sat, 23 Mar 2024 11:53:14 +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: 5df46c48-e729-4a94-a479-cef5145f72e5
X-Archives-Hash: acea8d78fefc314b80eea0bd2b5ba44d

commit:     0c4b75402560c3f76eda9afe865b7f49ae288f46
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 23 11:52:59 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 23 11:52:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c4b7540

dev-python/trimesh: Stabilize 4.1.8 ALLARCHES, #927607

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/trimesh/trimesh-4.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/trimesh/trimesh-4.1.8.ebuild b/dev-python/trimesh/trimesh-4.1.8.ebuild
index fdbbaa5a2b10..22597eb9468e 100644
--- a/dev-python/trimesh/trimesh-4.1.8.ebuild
+++ b/dev-python/trimesh/trimesh-4.1.8.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
 
 RDEPEND="
 	dev-python/chardet[${PYTHON_USEDEP}]