commit: 422f5073fd35a966804b638d3f03e96aeb415e2d Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Fri Apr 22 08:35:51 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Apr 27 09:08:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422f5073
app-emacs/ecb: mask USE=java java conditional dependencies are getting last-rited as they are blocking removal of vulnerable slot dev-java/guava:20 (bug #760111). Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/25153 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 62cb76704ade..ca3963b1cd12 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Volkmar W. Pogatzki <[email protected]> (2022-04-22) +# java conditional dependencies are getting last-rited as they are +# blocking removal of vulnerable slot dev-java/guava:20 (bug #760111). +app-emacs/ecb java + # Matt Turner <[email protected]> (2022-03-25) # Depends on libsoup:3.0 >=gnome-base/gvfs-1.50 http
