Diff binutils-libs-2.38-r2 with a binutils-libs-2.39-r5

/usr/portage/sys-libs/binutils-libs/binutils-libs-2.39-r5.ebuild 2023-10-09 14:52:35.536368503 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
5 5

  
6
PATCH_VER=4
6
PATCH_VER=6
7 7
PATCH_DEV=dilfridge
8 8

  
9 9
inherit libtool toolchain-funcs multilib-minimal
......
89 89
		--without-zlib
90 90
		--with-system-zlib
91 91
		# We only care about the libs, so disable programs. #528088
92
		--disable-{binutils,etc,ld,gas,gold,gprof}
92
		--disable-{binutils,etc,ld,gas,gold,gprof,gprofng}
93 93
		# Disable modules that are in a combined binutils/gdb tree. #490566
94 94
		--disable-{gdb,libdecnumber,readline,sim}
95 95
		# Strip out broken static link flags.
Thank you!