From: Ferenc Erki Date: Tue, 9 Jul 2019 07:32:57 +0000 (+0200) Subject: app-misc/elasticsearch: remove x-pack cleanup X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=966516a105194e8a62562e804b633a3e6204b1f7;p=gentoo.git app-misc/elasticsearch: remove x-pack cleanup Closes: https://bugs.gentoo.org/689524 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Ferenc Erki Closes: https://github.com/gentoo/gentoo/pull/12407 Signed-off-by: Michał Górny --- diff --git a/app-misc/elasticsearch/elasticsearch-7.2.0.ebuild b/app-misc/elasticsearch/elasticsearch-7.2.0.ebuild index 8d3ce3b93b46..c4dd0389607b 100644 --- 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() {