mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Miroslav Šulc
parent
2d08d7d4b4
commit
3a4ba86faa
@@ -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"
|
||||
Reference in New Issue
Block a user