diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-06-30 01:24:43 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-06-30 01:26:46 +1000 |
commit | 62bdadfd059b6ea3e6ec7ce831aeabead1bbdb44 (patch) | |
tree | a6fa08ca3d0f9885b61fc6bee8808e0a55913d8d | |
parent | dev-python/fonttools: keyword 4.53.0 for ~mips (diff) | |
download | gentoo-62bdadfd059b6ea3e6ec7ce831aeabead1bbdb44.tar.gz gentoo-62bdadfd059b6ea3e6ec7ce831aeabead1bbdb44.tar.bz2 gentoo-62bdadfd059b6ea3e6ec7ce831aeabead1bbdb44.zip |
app-misc/elasticsearch: update QA variables
Closes: https://bugs.gentoo.org/934798:wq
Closes: https://bugs.gentoo.org/934799
Closes: https://bugs.gentoo.org/934800
Signed-off-by: Matt Jolly <kangie@gentoo.org>
-rw-r--r-- | app-misc/elasticsearch/elasticsearch-8.14.1.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/app-misc/elasticsearch/elasticsearch-8.14.1.ebuild b/app-misc/elasticsearch/elasticsearch-8.14.1.ebuild index 8498fcbccc2a..f024f4b1ce68 100644 --- a/app-misc/elasticsearch/elasticsearch-8.14.1.ebuild +++ b/app-misc/elasticsearch/elasticsearch-8.14.1.ebuild @@ -20,8 +20,15 @@ RDEPEND="acct-group/elasticsearch sys-libs/zlib virtual/jre:17" -QA_PREBUILT="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*" -QA_PRESTRIPPED="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*" +QA_FLAGS_IGNORED="usr/share/elasticsearch/lib/platform/linux-x64/*.so" +QA_PREBUILT=" + usr/share/elasticsearch/lib/platform/linux-x64/*.so + usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.* +" +QA_PRESTRIPPED=" + usr/share/elasticsearch/lib/platform/linux-x64/*.so + usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.* +" PATCHES=( "${FILESDIR}/${PN}-env.patch" |