app-misc/elasticsearch: remove x-pack cleanup
authorFerenc Erki <erkiferenc@gmail.com>
Tue, 9 Jul 2019 07:32:57 +0000 (09:32 +0200)
committerMichał 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

index 8d3ce3b93b462929aea959988695ef2b1af51d3d..c4dd0389607b88cdbb3c7c72546b857ae3fc4cf3 100644 (file)
@@ -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() {