From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3E27138337 for ; Wed, 8 May 2019 22:56:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3052FE08DC; Wed, 8 May 2019 22:56:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13732E08DC for ; Wed, 8 May 2019 22:56:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F6BD343D9E for ; Wed, 8 May 2019 22:56:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFF0D5E5 for ; Wed, 8 May 2019 22:56:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1557356173.24c359c2db7356a6df033d60f3b72b49f70633a6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/elasticsearch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/elasticsearch/elasticsearch-7.0.0.ebuild X-VCS-Directories: app-misc/elasticsearch/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 24c359c2db7356a6df033d60f3b72b49f70633a6 X-VCS-Branch: master Date: Wed, 8 May 2019 22:56:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c021fec-a4f5-47bf-a93b-740edaa54239 X-Archives-Hash: f53eac1a71f82240b124d8d03418f7df commit: 24c359c2db7356a6df033d60f3b72b49f70633a6 Author: Ferenc Erki gmail com> AuthorDate: Thu May 2 20:44:40 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 8 22:56:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c359c2 app-misc/elasticsearch: fix install with USE="x-pack" Closes: https://bugs.gentoo.org/684952 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Ferenc Erki gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11880 Signed-off-by: Andreas Sturmlechner gentoo.org> app-misc/elasticsearch/elasticsearch-7.0.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-misc/elasticsearch/elasticsearch-7.0.0.ebuild b/app-misc/elasticsearch/elasticsearch-7.0.0.ebuild index 1d757551fca..8d3ce3b93b4 100644 --- a/app-misc/elasticsearch/elasticsearch-7.0.0.ebuild +++ b/app-misc/elasticsearch/elasticsearch-7.0.0.ebuild @@ -30,7 +30,6 @@ src_prepare() { rmdir logs || die if use x-pack; then - rm bin/x-pack/*.bat || die rm -r modules/x-pack-ml/platform/{darwin,windows}-x86_64 || die fi }