projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66416e4
)
app-misc/elasticsearch: remove x-pack cleanup
author
Ferenc Erki
<erkiferenc@gmail.com>
Tue, 9 Jul 2019 07:32:57 +0000
(09:32 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 16 Jul 2019 15:43:48 +0000
(17:43 +0200)
Closes: https://bugs.gentoo.org/689524
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Ferenc Erki <erkiferenc@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12407
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-misc/elasticsearch/elasticsearch-7.2.0.ebuild
patch
|
blob
|
history
diff --git
a/app-misc/elasticsearch/elasticsearch-7.2.0.ebuild
b/app-misc/elasticsearch/elasticsearch-7.2.0.ebuild
index 8d3ce3b93b462929aea959988695ef2b1af51d3d..c4dd0389607b88cdbb3c7c72546b857ae3fc4cf3 100644
(file)
--- a/
app-misc/elasticsearch/elasticsearch-7.2.0.ebuild
+++ b/
app-misc/elasticsearch/elasticsearch-7.2.0.ebuild
@@
-28,10
+28,6
@@
src_prepare() {
rm LICENSE.txt NOTICE.txt || die
rmdir logs || die
-
- if use x-pack; then
- rm -r modules/x-pack-ml/platform/{darwin,windows}-x86_64 || die
- fi
}
src_install() {