Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/elasticsearch/
Date: Tue, 04 May 2021 22:18:01
Message-Id: 1620166621.e53dd1cdf4ac2277b7d7b5044bbbe55ad1704a1f.sam@gentoo
1 commit: e53dd1cdf4ac2277b7d7b5044bbbe55ad1704a1f
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon May 3 13:18:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 22:17:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53dd1cd
7
8 app-misc/elasticsearch: Set QA_PREBUILT
9
10 Closes: https://bugs.gentoo.org/779319
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-misc/elasticsearch/elasticsearch-7.12.0.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild b/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild
18 index 1eba30da241..01bfc5af53f 100644
19 --- a/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild
20 +++ b/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild
21 @@ -17,6 +17,9 @@ RDEPEND="acct-group/elasticsearch
22 virtual/jre"
23
24 QA_PRESTRIPPED="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*"
25 +QA_PREBUILT="
26 + usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/.*
27 + usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/.*"
28
29 src_prepare() {
30 default