commit: 966516a105194e8a62562e804b633a3e6204b1f7 Author: Ferenc Erki <erkiferenc <AT> gmail <DOT> com> AuthorDate: Tue Jul 9 07:32:57 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jul 16 15:43:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=966516a1
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 <erkiferenc <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12407 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 8d3ce3b93b4..c4dd0389607 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() {