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 A4A23158018 for ; Mon, 4 Oct 2021 12:51:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0719EE088C; Mon, 4 Oct 2021 12:51:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFB67E088C for ; Mon, 4 Oct 2021 12:51:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C64FE342FFD for ; Mon, 4 Oct 2021 12:51:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACE4B13F for ; Mon, 4 Oct 2021 12:51:50 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1633351761.d8aa680a27000f8c036dc2b03f9fdcf993831f90.juippis@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.15.0.ebuild X-VCS-Directories: app-misc/elasticsearch/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d8aa680a27000f8c036dc2b03f9fdcf993831f90 X-VCS-Branch: master Date: Mon, 4 Oct 2021 12:51:50 +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: 51508d08-fe32-4c1a-a2c5-5cfeadb02356 X-Archives-Hash: 3cb04307c9820d425f4968272f0e2d35 commit: d8aa680a27000f8c036dc2b03f9fdcf993831f90 Author: Joonas Niilola gentoo org> AuthorDate: Mon Oct 4 12:49:21 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Oct 4 12:49:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8aa680a app-misc/elasticsearch: add sys-libs/zlib as dep for 7.15.0 Signed-off-by: Joonas Niilola gentoo.org> app-misc/elasticsearch/elasticsearch-7.15.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-misc/elasticsearch/elasticsearch-7.15.0.ebuild b/app-misc/elasticsearch/elasticsearch-7.15.0.ebuild index e2035c21e8f..698358cf9bf 100644 --- a/app-misc/elasticsearch/elasticsearch-7.15.0.ebuild +++ b/app-misc/elasticsearch/elasticsearch-7.15.0.ebuild @@ -14,6 +14,7 @@ KEYWORDS="~amd64" RDEPEND="acct-group/elasticsearch acct-user/elasticsearch + sys-libs/zlib virtual/jre" QA_PREBUILT="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*"