commit: 63a1b3db7085f6de3032acb8dcfa321c29f57cb6 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Thu Feb 9 06:50:23 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 17 05:21:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63a1b3db
profiles/base: mask USE=webkit on dev-java/swt:4.10 Older slots don't have that flag. Closes: https://bugs.gentoo.org/893686 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/29504 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 134e90a48afa..3366feab2492 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # 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]> (2023-02-09) +# Bug #893686. Presently nothing depends on dev-java/swt built with this flag. +dev-java/swt:4.10 webkit + # Bernd Waibel <[email protected]> (2023-01-28) # Has some issues building and needs some love first. # Bug #891829
