Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/elasticsearch/
Date: Wed, 08 May 2019 22:56:59
Message-Id: 1557356173.24c359c2db7356a6df033d60f3b72b49f70633a6.asturm@gentoo
1 commit: 24c359c2db7356a6df033d60f3b72b49f70633a6
2 Author: Ferenc Erki <erkiferenc <AT> gmail <DOT> com>
3 AuthorDate: Thu May 2 20:44:40 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 22:56:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c359c2
7
8 app-misc/elasticsearch: fix install with USE="x-pack"
9
10 Closes: https://bugs.gentoo.org/684952
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 Signed-off-by: Ferenc Erki <erkiferenc <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/11880
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 app-misc/elasticsearch/elasticsearch-7.0.0.ebuild | 1 -
17 1 file changed, 1 deletion(-)
18
19 diff --git a/app-misc/elasticsearch/elasticsearch-7.0.0.ebuild b/app-misc/elasticsearch/elasticsearch-7.0.0.ebuild
20 index 1d757551fca..8d3ce3b93b4 100644
21 --- a/app-misc/elasticsearch/elasticsearch-7.0.0.ebuild
22 +++ b/app-misc/elasticsearch/elasticsearch-7.0.0.ebuild
23 @@ -30,7 +30,6 @@ src_prepare() {
24 rmdir logs || die
25
26 if use x-pack; then
27 - rm bin/x-pack/*.bat || die
28 rm -r modules/x-pack-ml/platform/{darwin,windows}-x86_64 || die
29 fi
30 }