commit: a0d38cbe457fd9a316e173dfba2681f0a3ccef2c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 11 05:12:01 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Sep 11 05:12:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d38cbe
dev-debug/gdb: default-enable USE=xml for live See https://inbox.sourceware.org/gdb-patches/c2a9e32a9e1340ef9f39e59371a5ae3679cb2372.1757064602.git.aburgess <AT> 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 <AT> gentoo.org> 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 8be8f97b84a7..5943d0668e61 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
