On Mon, Jun 27, 2022 at 3:39 PM Georgy Yakovlev <[email protected]> wrote: > > On Mon, 2022-06-27 at 21:21 +0200, Florian Schmaus wrote: > > Thanks to Mike Gilbert (floppym) for valuable feedback. > > > > Closes: https://bugs.gentoo.org/853928 > > Closes: https://github.com/gentoo/gentoo/pull/26069 > > Signed-off-by: Florian Schmaus <[email protected]> > > --- > > eclass/java-vm-2.eclass | 30 ++++++++++++++++++++++++++++-- > > 1 file changed, 28 insertions(+), 2 deletions(-) > > > > diff --git a/eclass/java-vm-2.eclass b/eclass/java-vm-2.eclass > > index 8196b1cdc72a..dc0d87f4caf5 100644 > > --- a/eclass/java-vm-2.eclass > > +++ b/eclass/java-vm-2.eclass > > @@ -25,6 +25,7 @@ RDEPEND=" > > " > > DEPEND="${RDEPEND}" > > BDEPEND="app-arch/unzip" > > +IDEPEND="app-eselect/eselect-java" > > IDEPEND here will not do anything to current jdk source ebuilds.
I think that's fine. The eclass claims to support EAPI 8, so this will make IDEPEND work properly if/when you update the JDK ebuilds.
