commit: 1a0f8afba88fd7f3a7813c280e9d87074f5f459a Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com> AuthorDate: Sat Jan 8 22:30:57 2022 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Sun Jan 9 09:07:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0f8afb
dev-java/jna: DEPEND on x11-libs/libXt for 5.10.0 The 'awt' USE flag has not been added to 5.10.0, which is effectively like this USE flag is enabled by default (dev-java/jna[awt(+)]). Bug 830812 shows that x11-libs/libXt is still required for 5.10.0. Another long-existing bug 762940 suggests that if the ebuild had the 'awt' USE flag and it was disabled then libXt might be redundant, but that is not applicable to this case. As of the commit time, based on experiments in containers created from the gentoo/stage3 Docker image, declaration of x11-libs/libXt as a dependency would only cause 3 additional packages to be installed in a new copy of stage3, none of which would take a very long time to merge, so the benefit of making the dependency optional via the 'awt' USE flag might not be very significant. Bug: https://bugs.gentoo.org/762940 Closes: https://bugs.gentoo.org/830812 Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23708 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-java/jna/jna-5.10.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-java/jna/jna-5.10.0.ebuild b/dev-java/jna/jna-5.10.0.ebuild index 8c52f56053bb..82de596f4cf1 100644 --- a/dev-java/jna/jna-5.10.0.ebuild +++ b/dev-java/jna/jna-5.10.0.ebuild @@ -35,6 +35,7 @@ DEPEND=" dev-java/reflections:0 ) ${CDEPEND} + x11-libs/libXt " RDEPEND="
