commit: 13d0aca5129fe1dc3c0d8add19fd8edd32ede4eb
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 26 03:05:47 2026 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Jan 26 06:13:37 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d0aca5
dev-python/elasticsearch: Stabilize 9.2.1 ALLARCHES, #969272
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-python/elasticsearch/elasticsearch-9.2.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/elasticsearch/elasticsearch-9.2.1.ebuild
b/dev-python/elasticsearch/elasticsearch-9.2.1.ebuild
index 4ba6fd3e7041..add0c8f68443 100644
--- a/dev-python/elasticsearch/elasticsearch-9.2.1.ebuild
+++ b/dev-python/elasticsearch/elasticsearch-9.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="Apache-2.0"
SLOT="0/$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
RDEPEND="
<dev-python/aiohttp-4[${PYTHON_USEDEP}]