From 966516a105194e8a62562e804b633a3e6204b1f7 Mon Sep 17 00:00:00 2001 From: Ferenc Erki Date: Tue, 9 Jul 2019 09:32:57 +0200 Subject: [PATCH] app-misc/elasticsearch: remove x-pack cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- app-misc/elasticsearch/elasticsearch-7.2.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) 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() { -- 2.26.2