dev-libs/elfutils: Sync with Gentoo

It's from Gentoo commit a373f2bb83fa3c4f7cd9d1a32fd3c3e81357d489.
This commit is contained in:
Flatcar Buildbot 2023-07-03 07:14:22 +00:00 committed by Krzesimir Nowak
parent 0207b1702f
commit 65a737411f
2 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ src_configure() {
# Symbol aliases are implemented as asm statements.
# Will require porting: https://gcc.gnu.org/PR48200
filter-flags '-flto*'
filter-lto
multilib-minimal_src_configure
}

View File

@ -14,7 +14,7 @@ SRC_URI+=" verify-sig? ( https://sourceware.org/elfutils/ftp/${PV}/${P}.tar.bz2.
LICENSE="|| ( GPL-2+ LGPL-3+ ) utils? ( GPL-3+ )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="bzip2 lzma nls static-libs test +utils zstd"
RESTRICT="!test? ( test )"
@ -80,7 +80,7 @@ src_configure() {
# Symbol aliases are implemented as asm statements.
# Will require porting: https://gcc.gnu.org/PR48200
filter-flags '-flto*'
filter-lto
multilib-minimal_src_configure
}