commit:     4636819c87fc66a1e2ee9baf2aa855cfcfe13047
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  7 13:18:39 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 13:18:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4636819c

dev-java/junit: add unzip to BDEPEND

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-java/junit/junit-4.13.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/junit/junit-4.13.2.ebuild 
b/dev-java/junit/junit-4.13.2.ebuild
index a11c549f9673..507d4c051dd5 100644
--- a/dev-java/junit/junit-4.13.2.ebuild
+++ b/dev-java/junit/junit-4.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Skeleton command:
@@ -40,7 +40,7 @@ DEPEND="
 RDEPEND="
        >=virtual/jre-1.8:*
        ${CDEPEND}"
-
+BDEPEND="app-arch/unzip"
 S="${WORKDIR}"
 
 JAVA_ENCODING="ISO-8859-1"

Reply via email to