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 <sam@gentoo.org>
This commit is contained in:
Sam James
2025-09-11 06:12:01 +01:00
parent 5626e3f215
commit a0d38cbe45

View File

@@ -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