diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-01-07 15:18:39 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-07 15:18:39 +0200 |
commit | 4636819c87fc66a1e2ee9baf2aa855cfcfe13047 (patch) | |
tree | df598c42746de34c560ba5acac34daf10f7547bb /dev-java | |
parent | app-containers/lxd: update Copyright year to 2023 in the init.d file (diff) | |
download | gentoo-4636819c87fc66a1e2ee9baf2aa855cfcfe13047.tar.gz gentoo-4636819c87fc66a1e2ee9baf2aa855cfcfe13047.tar.bz2 gentoo-4636819c87fc66a1e2ee9baf2aa855cfcfe13047.zip |
dev-java/junit: add unzip to BDEPEND
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/junit/junit-4.13.2.ebuild | 4 |
1 files 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" |