dev-debug/gdb: Sync with Gentoo

It's from Gentoo commit 3b3ae3d6b7eea786ef7355a8106c95fb65cc0985.
This commit is contained in:
Flatcar Buildbot 2025-06-16 07:07:46 +00:00 committed by Krzesimir Nowak
parent 4e081f85d8
commit a589202c5c
2 changed files with 3 additions and 2 deletions

View File

@ -79,7 +79,7 @@ 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"
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"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
fi
REQUIRED_USE="
guile? ( ${GUILE_REQUIRED_USE} )

View File

@ -269,7 +269,8 @@ src_configure() {
# ensure proper compiler is detected for Clang builds: bug #831202
export GCC_FOR_TARGET="${CC_FOR_TARGET:-$(tc-getCC)}"
econf "${myconf[@]}"
# XXX: bash for https://inbox.sourceware.org/gdb-patches/87ecw08tfk.fsf@gentoo.org/
CONFIG_SHELL="${BROOT}"/bin/bash econf "${myconf[@]}"
}
src_test() {