mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 15:11:19 +02:00
sys-fs/e2fsprogs: Sync with Gentoo
It's from Gentoo commit 0e727a3a16bc2abfd39386f10821d3e5ce89c45a.
This commit is contained in:
parent
d6ce7b1425
commit
c6ebb1eed0
@ -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 )"
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user