diff options
Diffstat (limited to 'sys-fs/e2fsprogs')
-rw-r--r-- | sys-fs/e2fsprogs/e2fsprogs-1.46.5-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.46.5-r4.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.46.5-r4.ebuild index 01be94e1f77e..a2475153eb26 100644 --- a/sys-fs/e2fsprogs/e2fsprogs-1.46.5-r4.ebuild +++ b/sys-fs/e2fsprogs/e2fsprogs-1.46.5-r4.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v${PV}/$ LICENSE="GPL-2 BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="cron fuse lto nls static-libs test +tools" +IUSE="cron fuse nls static-libs test +tools" RESTRICT="!test? ( test )" RDEPEND=" @@ -77,7 +77,7 @@ multilib_src_configure() { $(multilib_native_use_enable tools e2initrd-helper) --disable-fsck --disable-uuidd - $(use_enable lto) + --disable-lto --with-pthread ) |