The java-pkg-2 eclass (along with other Java eclasses) in the main tree was recently updated to remove support for EAPIs lower than 5. dev-java/log4j in this overlay is still listed as EAPI=2, so it causes a serious warning in the dependency-calculation phase every time the user tries to emerge anything if this overlay is enabled.
This was also reported in Gentoo Bugzilla, with the caution from the reporting developer that the overlay may be removed from the Gentoo overlays list if this is not corrected in 4 weeks.
The
java-pkg-2
eclass (along with other Java eclasses) in the main tree was recently updated to remove support for EAPIs lower than 5.dev-java/log4j
in this overlay is still listed asEAPI=2
, so it causes a serious warning in the dependency-calculation phase every time the user tries toemerge
anything if this overlay is enabled.