diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-03 14:18:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-04 22:17:01 +0000 |
commit | e53dd1cdf4ac2277b7d7b5044bbbe55ad1704a1f (patch) | |
tree | ca125425894d34d090508047b9cf3994040ca1ba /app-misc/elasticsearch | |
parent | app-arch/zoo: Port to EAPI 7, fix CFLAGS, tc-directly (diff) | |
download | gentoo-e53dd1cdf4ac2277b7d7b5044bbbe55ad1704a1f.tar.gz gentoo-e53dd1cdf4ac2277b7d7b5044bbbe55ad1704a1f.tar.bz2 gentoo-e53dd1cdf4ac2277b7d7b5044bbbe55ad1704a1f.zip |
app-misc/elasticsearch: Set QA_PREBUILT
Closes: https://bugs.gentoo.org/779319
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/elasticsearch')
-rw-r--r-- | app-misc/elasticsearch/elasticsearch-7.12.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild b/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild index 1eba30da241b..01bfc5af53fd 100644 --- a/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild +++ b/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild @@ -17,6 +17,9 @@ RDEPEND="acct-group/elasticsearch virtual/jre" QA_PRESTRIPPED="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*" +QA_PREBUILT=" + usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/.* + usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/.*" src_prepare() { default |