From a0d38cbe457fd9a316e173dfba2681f0a3ccef2c Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 11 Sep 2025 06:12:01 +0100 Subject: [PATCH] dev-debug/gdb: default-enable USE=xml for live See https://inbox.sourceware.org/gdb-patches/c2a9e32a9e1340ef9f39e59371a5ae3679cb2372.1757064602.git.aburgess@redhat.com/ > Though, if I'm honest, I have very little sympathy for such gdbservers > these days. It's not well-supported to have USE=-xml, so let's default it on. The next release (17) is coming soon so not bothering to change 16. Signed-off-by: Sam James --- dev-debug/gdb/gdb-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-debug/gdb/gdb-9999.ebuild b/dev-debug/gdb/gdb-9999.ebuild index 8be8f97b84a73..5943d0668e613 100644 --- a/dev-debug/gdb/gdb-9999.ebuild +++ b/dev-debug/gdb/gdb-9999.ebuild @@ -77,7 +77,7 @@ SRC_URI=" LICENSE="GPL-3+ LGPL-2.1+" SLOT="0" -IUSE="babeltrace cet debuginfod guile lzma multitarget nls +python rocm +server sim source-highlight test vanilla xml xxhash zstd" +IUSE="babeltrace cet debuginfod guile lzma multitarget nls +python rocm +server sim source-highlight test vanilla +xml xxhash zstd" if [[ -n ${REGULAR_RELEASE} ]] ; then KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" fi