Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trimesh/
Date: Sun, 25 Sep 2022 23:58:31
Message-Id: 1664150176.ba2c45c224a326a7d8bfd8ee0dfbcdc59a6055e6.sam@gentoo
1 commit: ba2c45c224a326a7d8bfd8ee0dfbcdc59a6055e6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 23:54:58 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 23:56:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2c45c2
7
8 dev-python/trimesh: Stabilize 3.14.1 ALLARCHES, #872863
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/trimesh/trimesh-3.14.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/trimesh/trimesh-3.14.1.ebuild b/dev-python/trimesh/trimesh-3.14.1.ebuild
16 index 11e1a73dfac5..40922f106994 100644
17 --- a/dev-python/trimesh/trimesh-3.14.1.ebuild
18 +++ b/dev-python/trimesh/trimesh-3.14.1.ebuild
19 @@ -21,7 +21,7 @@ SRC_URI="
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm64 ~x86"
25
26 RDEPEND="
27 dev-python/chardet[${PYTHON_USEDEP}]