Skip to content

Commit

Permalink
dev-java/miglayout: update java deps
Browse files Browse the repository at this point in the history
This does not close bug 786732 because USE=doc is still broken. However,
it does update the java lower bound.

Signed-off-by: Wolfgang E. Sanyer <[email protected]>
Bug: https://bugs.gentoo.org/786732
Closes: gentoo@6ac2147
Signed-off-by: Miroslav Šulc <[email protected]>
  • Loading branch information
ezzieyguywuf authored and fordfrog committed May 4, 2021
1 parent e3ccbf9 commit 356e83d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -20,11 +20,11 @@ COMMON_DEPEND="swt? ( dev-java/swt:3.7 )"
BDEPEND="app-arch/unzip"
RDEPEND="
${COMMON_DEPEND}
>=virtual/jre-1.5
>=virtual/jre-1.8:*
"
DEPEND="
${COMMON_DEPEND}
>=virtual/jdk-1.5
>=virtual/jdk-1.8:*
"

S="${WORKDIR}"
Expand Down

0 comments on commit 356e83d

Please sign in to comment.