dev-java/freenet-ext: add dev-libs/gmp to RDEPEND

https://github.com/2Kmm/java/issues/1

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/36991
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2024-06-03 09:20:12 +02:00
committed by Miroslav Šulc
parent 2d08d7d4b4
commit 3a4ba86faa

View File

@@ -1,4 +1,4 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,7 +21,10 @@ DEPEND="
dev-libs/gmp:0=
>=virtual/jdk-1.8:*
"
RDEPEND=">=virtual/jre-1.8:*"
RDEPEND="
dev-libs/gmp
>=virtual/jre-1.8:*
"
PATCHES=(
"${FILESDIR}/freenet-ext-29-convert-jcpuid.patch"