net-p2p/freenet: Add dep on dev-java/commons-io

The dev-java/commons-io library is always installed thanks to a
transitive dependency through dev-java/commons-compress, but it doesn't
get picked up by the classpath builder in the ebuild, resulting in
runtime errors. Add a direct dep to force it to be present in the
classpath.

Closes: https://bugs.gentoo.org/929961
Signed-off-by: Jonáš Vidra <vidra@ufal.mff.cuni.cz>
Closes: https://github.com/gentoo/gentoo/pull/36252
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Jonáš Vidra
2024-04-14 16:04:36 +02:00
committed by Joonas Niilola
parent 702f9b650b
commit 4d62857e9b

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,6 +31,7 @@ IUSE="+nss"
CP_DEPEND="
dev-java/bcprov:0
dev-java/commons-compress:0
dev-java/commons-io:1
dev-java/fec:0
dev-java/freenet-ext:29
dev-java/jbitcollider-core:0