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 6981F13835B for ; Tue, 19 Jan 2021 16:56:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E5D4E08E0; Tue, 19 Jan 2021 16:56:07 +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 465C7E08E8 for ; Tue, 19 Jan 2021 16:56:07 +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 808D5340C98 for ; Tue, 19 Jan 2021 16:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E86D84A6 for ; Tue, 19 Jan 2021 16:56:02 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1611074747.21c233f366c713dccd794d5780843e25075a6ac1.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/jhdf5/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/jhdf5/jhdf5-14.12.1.ebuild X-VCS-Directories: sci-libs/jhdf5/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 21c233f366c713dccd794d5780843e25075a6ac1 X-VCS-Branch: master Date: Tue, 19 Jan 2021 16:56:02 +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: d6cf6d1b-3374-4a65-9b65-768ac74718a2 X-Archives-Hash: b8519f3a0dc05477718b75868249941e commit: 21c233f366c713dccd794d5780843e25075a6ac1 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 19 16:45:47 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 19 16:45:47 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=21c233f3 sci-libs/jhdf5: depend on unzip Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-libs/jhdf5/jhdf5-14.12.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-libs/jhdf5/jhdf5-14.12.1.ebuild b/sci-libs/jhdf5/jhdf5-14.12.1.ebuild index 587bc370e..c3e6fbf24 100644 --- a/sci-libs/jhdf5/jhdf5-14.12.1.ebuild +++ b/sci-libs/jhdf5/jhdf5-14.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,8 @@ KEYWORDS="" IUSE="" # versions <=12.02 required >=java-1.5 -DEPEND=">=virtual/jdk-1.6:*" +DEPEND=">=virtual/jdk-1.6:* + app-arch/unzip" RDEPEND="${DEPEND} >=virtual/jre-1.6:*"