commit: ce499b2bc455a19aa44b36f451966168ecc2160b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 22 06:33:19 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 22 06:40:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce499b2b
profiles/base: force app-emulation/qemu[X] qemu[X] still has automagic on some parts of gtk[X]. Workaround that for now for bug #954152. This was exposed by fae2ef851deea7ee791ac044e2b201cdef62bc89 as if gtk[X] was found (and gtk[X] being found implies libX11 is around), you would get the automagic availability of functions like gdk_x11_display_get_xdisplay. Bug: https://bugs.gentoo.org/954152 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.force | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index f7130add7a59..55ca74e3a5bf 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,11 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2025-04-22) +# qemu[X] still has automagic on some parts of gtk[X]. Workaround that +# for now for bug #954152. +app-emulation/qemu X + # Ionen Wolkens <[email protected]> (2025-04-21) # Currently fails to build without, and Valve would likely not be # interested in a bug. May leave forced depending on how this goes.
