diff options
author | Ferenc Erki <erkiferenc@gmail.com> | 2019-07-09 09:32:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-16 17:43:48 +0200 |
commit | 966516a105194e8a62562e804b633a3e6204b1f7 (patch) | |
tree | f466f4b1f738ad6ea1e649788107e37d4cef0b6b /app-misc/elasticsearch | |
parent | dev-python/texttable: clean old 1.6.1 (diff) | |
download | gentoo-966516a105194e8a62562e804b633a3e6204b1f7.tar.gz gentoo-966516a105194e8a62562e804b633a3e6204b1f7.tar.bz2 gentoo-966516a105194e8a62562e804b633a3e6204b1f7.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12407
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/elasticsearch')
-rw-r--r-- | app-misc/elasticsearch/elasticsearch-7.2.0.ebuild | 4 |
1 files changed, 0 insertions, 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() { |