commit: 06f220680b94bc76436432388ce4e06d7a97e14f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 4 12:27:59 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 4 12:27:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f22068
dev-python/elasticsearch: Stabilize 8.17.0 ALLARCHES, #947452
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/elasticsearch/elasticsearch-8.17.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/elasticsearch/elasticsearch-8.17.0.ebuild
b/dev-python/elasticsearch/elasticsearch-8.17.0.ebuild
index 0db4238a86a8..25736b843e08 100644
--- a/dev-python/elasticsearch/elasticsearch-8.17.0.ebuild
+++ b/dev-python/elasticsearch/elasticsearch-8.17.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 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}]