diff options
| author | Sam James <sam@gentoo.org> | 2025-04-22 07:33:19 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-04-22 07:40:41 +0100 |
| commit | ce499b2bc455a19aa44b36f451966168ecc2160b (patch) | |
| tree | 4e93ad17b1d70614afde1aa0271655b4bfb28ff4 | |
| parent | d7316cf15b2146413c86b86f2cf6a8e98da90f05 (diff) | |
| download | gentoo-ce499b2bc455a19aa44b36f451966168ecc2160b.tar.gz gentoo-ce499b2bc455a19aa44b36f451966168ecc2160b.tar.bz2 gentoo-ce499b2bc455a19aa44b36f451966168ecc2160b.zip | |
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@gentoo.org>
| -rw-r--r-- | profiles/base/package.use.force | 5 |
1 files changed, 5 insertions, 0 deletions
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 <sam@gentoo.org> (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 <ionen@gentoo.org> (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. |
