summaryrefslogtreecommitdiff
path: root/dev-python/elasticsearch-py/elasticsearch-py-8.7.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-11 14:17:10 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-11 14:17:10 +0100
commit5adfd733728a4f14df5665f4c2a604a7356e5f19 (patch)
treef2938c4a08576b45508b02481edfec55eac3ac8b /dev-python/elasticsearch-py/elasticsearch-py-8.7.0.ebuild
parentfbba40085f5d1591a67b49f5aa48b4071b7560f1 (diff)
gentoo auto-resync : 11:06:2023 - 14:17:09
Diffstat (limited to 'dev-python/elasticsearch-py/elasticsearch-py-8.7.0.ebuild')
-rw-r--r--dev-python/elasticsearch-py/elasticsearch-py-8.7.0.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/elasticsearch-py/elasticsearch-py-8.7.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-8.7.0.ebuild
index 007cbecd25a8..86c708e61480 100644
--- a/dev-python/elasticsearch-py/elasticsearch-py-8.7.0.ebuild
+++ b/dev-python/elasticsearch-py/elasticsearch-py-8.7.0.ebuild
@@ -17,7 +17,11 @@ HOMEPAGE="
SRC_URI="
https://github.com/elastic/elasticsearch-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz
test? (
- amd64? ( https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${PV}-linux-x86_64.tar.gz )
+ amd64? (
+ elibc_glibc? (
+ https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${PV}-linux-x86_64.tar.gz
+ )
+ )
)
"
@@ -27,6 +31,7 @@ KEYWORDS="~amd64 ~x86"
RESTRICT="
!amd64? ( test )
+ !elibc_glibc? ( test )
!test? ( test )
"