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 724871382C5 for ; Tue, 4 May 2021 22:18:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F819E087B; Tue, 4 May 2021 22:17:59 +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 54114E087B for ; Tue, 4 May 2021 22:17:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 530D9340CD6 for ; Tue, 4 May 2021 22:17:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6A2171B for ; Tue, 4 May 2021 22:17:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1620166621.e53dd1cdf4ac2277b7d7b5044bbbe55ad1704a1f.sam@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.12.0.ebuild X-VCS-Directories: app-misc/elasticsearch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e53dd1cdf4ac2277b7d7b5044bbbe55ad1704a1f X-VCS-Branch: master Date: Tue, 4 May 2021 22:17:56 +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: 88b137ac-6b02-4ff6-8252-f61e6a3eca5b X-Archives-Hash: 2694cb961d7c758f27ec633d49dd8c27 commit: e53dd1cdf4ac2277b7d7b5044bbbe55ad1704a1f Author: Jakov Smolic sartura hr> AuthorDate: Mon May 3 13:18:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 4 22:17:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53dd1cd app-misc/elasticsearch: Set QA_PREBUILT Closes: https://bugs.gentoo.org/779319 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Sam James gentoo.org> app-misc/elasticsearch/elasticsearch-7.12.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild b/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild index 1eba30da241..01bfc5af53f 100644 --- a/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild +++ b/app-misc/elasticsearch/elasticsearch-7.12.0.ebuild @@ -17,6 +17,9 @@ RDEPEND="acct-group/elasticsearch virtual/jre" QA_PRESTRIPPED="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*" +QA_PREBUILT=" + usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/.* + usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/lib/.*" src_prepare() { default