diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-06 20:05:19 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-06 20:05:19 +0300 |
commit | e4a24084a99857c05887a206f3251b44e2fb794c (patch) | |
tree | abfcd59b2bff322555dc3076ea8c2dfcbef786d5 /dev-python/elasticsearch | |
parent | dev-python/dulwich: Stabilize 0.21.6 ppc, #915268 (diff) | |
download | gentoo-e4a24084a99857c05887a206f3251b44e2fb794c.tar.gz gentoo-e4a24084a99857c05887a206f3251b44e2fb794c.tar.bz2 gentoo-e4a24084a99857c05887a206f3251b44e2fb794c.zip |
dev-python/elasticsearch: Stabilize 8.10.0 ALLARCHES, #915269
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/elasticsearch')
-rw-r--r-- | dev-python/elasticsearch/elasticsearch-8.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/elasticsearch/elasticsearch-8.10.0.ebuild b/dev-python/elasticsearch/elasticsearch-8.10.0.ebuild index 9aa78c8ea55f..848d8945a95c 100644 --- a/dev-python/elasticsearch/elasticsearch-8.10.0.ebuild +++ b/dev-python/elasticsearch/elasticsearch-8.10.0.ebuild @@ -20,7 +20,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="Apache-2.0" SLOT="0/$(ver_cut 1)" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" RESTRICT="!test? ( test )" |