sys-fs/e2fsprogs: Sync with Gentoo

It's from Gentoo commit 0e727a3a16bc2abfd39386f10821d3e5ce89c45a.
This commit is contained in:
Flatcar Buildbot 2024-09-16 07:15:29 +00:00 committed by Krzesimir Nowak
parent d6ce7b1425
commit c6ebb1eed0
2 changed files with 6 additions and 2 deletions

View File

@ -11,7 +11,7 @@ SRC_URI="https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v${PV}/$
LICENSE="GPL-2 BSD" LICENSE="GPL-2 BSD"
SLOT="0" 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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
IUSE="cron fuse nls static-libs test +tools" IUSE="cron fuse nls static-libs test +tools"
RESTRICT="!test? ( test )" RESTRICT="!test? ( test )"

View File

@ -11,7 +11,7 @@ SRC_URI="https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v${PV}/$
LICENSE="GPL-2 BSD" LICENSE="GPL-2 BSD"
SLOT="0" 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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
IUSE="archive cron fuse nls static-libs test +tools" IUSE="archive cron fuse nls static-libs test +tools"
RESTRICT="!test? ( test )" RESTRICT="!test? ( test )"
@ -113,6 +113,10 @@ multilib_src_configure() {
} }
multilib_src_compile() { multilib_src_compile() {
# Parallel make issue #936493
emake -C lib/et V=1 compile_et
emake -C lib/ext2fs V=1 ext2_err.h
if multilib_is_native_abi && use tools ; then if multilib_is_native_abi && use tools ; then
emake V=1 emake V=1
else else