https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-tex/pdfannotextractor-0.2-r1 uses commons-logging, which is not declared with a SLOT in DEPEND. Discovered on: amd64 (internal ref: ci)
Created attachment 896218 [details] build.log build log and emerge --info
That is a false positive. We don't need commons-logging in DEPEND, only in RDEPEND.
(In reply to Florian Schmaus from comment #2) > That is a false positive. We don't need commons-logging in DEPEND, only in > RDEPEND. is there anything to fix in the eclass that produces this warning?
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1caa504d29e682992f287e15d649ceac986ae18b commit 1caa504d29e682992f287e15d649ceac986ae18b Author: Florian Schmaus <flow@gentoo.org> AuthorDate: 2024-06-25 08:44:54 +0000 Commit: Florian Schmaus <flow@gentoo.org> CommitDate: 2024-06-26 06:23:12 +0000 dev-tex/pdfannotextractor: fix typo s/COMMIN/COMMON, do not use CP_DEPEND Closes: https://bugs.gentoo.org/934659 Closes: https://github.com/gentoo/gentoo/pull/37290 Signed-off-by: Florian Schmaus <flow@gentoo.org> ...xtractor-0.2-r1.ebuild => pdfannotextractor-0.2-r2.ebuild} | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ffceb423d8517ad2911d289ec6e999862bd570 commit 67ffceb423d8517ad2911d289ec6e999862bd570 Author: Florian Schmaus <flow@gentoo.org> AuthorDate: 2024-06-25 09:08:47 +0000 Commit: Florian Schmaus <flow@gentoo.org> CommitDate: 2024-06-26 06:23:12 +0000 java-utils-2.eclass: add --runtime-only argument to java-pkg_getjars Some packages only need the jar at runtime, not at compile time. For example https://bugs.gentoo.org/934659#c2 Bug: https://bugs.gentoo.org/934659 Signed-off-by: Florian Schmaus <flow@gentoo.org> eclass/java-utils-2.eclass | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-)