commit:     4d62857e9b7f2933d218d66d747647cbca514087
Author:     Jonáš Vidra <vidra <AT> ufal <DOT> mff <DOT> cuni <DOT> cz>
AuthorDate: Sun Apr 14 14:04:36 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 07:00:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d62857e

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 <AT> ufal.mff.cuni.cz>
Closes: https://github.com/gentoo/gentoo/pull/36252
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../{freenet-0.7.5_p1497.ebuild => freenet-0.7.5_p1497-r1.ebuild}      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-p2p/freenet/freenet-0.7.5_p1497.ebuild 
b/net-p2p/freenet/freenet-0.7.5_p1497-r1.ebuild
similarity index 99%
rename from net-p2p/freenet/freenet-0.7.5_p1497.ebuild
rename to net-p2p/freenet/freenet-0.7.5_p1497-r1.ebuild
index 26367b300384..bdfa94e03022 100644
--- a/net-p2p/freenet/freenet-0.7.5_p1497.ebuild
+++ b/net-p2p/freenet/freenet-0.7.5_p1497-r1.ebuild
@@ -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

Reply via email to