commit: 0ea4077b1142a309ad09dedb1bb7195a3f31f963
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 12 04:13:46 2026 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Jan 12 05:41:37 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea4077b
dev-python/opentelemetry-api: Stabilize 1.39.1 ALLARCHES, #968640
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-python/opentelemetry-api/opentelemetry-api-1.39.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/opentelemetry-api/opentelemetry-api-1.39.1.ebuild
b/dev-python/opentelemetry-api/opentelemetry-api-1.39.1.ebuild
index 70d7b5f4f0ca..98e1a864648f 100644
--- a/dev-python/opentelemetry-api/opentelemetry-api-1.39.1.ebuild
+++ b/dev-python/opentelemetry-api/opentelemetry-api-1.39.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024-2025 Gentoo Authors
+# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_P}/${PN}"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
RDEPEND="
>=dev-python/importlib-metadata-6.0[${PYTHON_USEDEP}]