Skip to content

Commit

Permalink
dev-java/freenet-ext: add dev-libs/gmp to RDEPEND
Browse files Browse the repository at this point in the history
2Kmm/java#1

Signed-off-by: Volkmar W. Pogatzki <[email protected]>
Closes: gentoo#36991
Signed-off-by: Miroslav Šulc <[email protected]>
  • Loading branch information
vaukai authored and fordfrog committed Jun 3, 2024
1 parent 2d08d7d commit 3a4ba86
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 3a4ba86

Please sign in to comment.