commit:     62bdadfd059b6ea3e6ec7ce831aeabead1bbdb44
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 15:24:43 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 15:26:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62bdadfd

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 <AT> gentoo.org>

 app-misc/elasticsearch/elasticsearch-8.14.1.ebuild | 11 +++++++++--
 1 file 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"

Reply via email to