commit: 21c233f366c713dccd794d5780843e25075a6ac1
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 16:45:47 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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:*"