diff options
author | Sam James <sam@gentoo.org> | 2023-04-18 17:39:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-18 17:40:20 +0100 |
commit | e2e303b68b815a26e443a639a002c480fb116cc3 (patch) | |
tree | 5fa4ac491a03c96cc9a700dbfb25eb2278e92204 /sys-apps/coreutils/coreutils-9999.ebuild | |
parent | sys-apps/shadow: fix CVE-2023-29383 (diff) | |
download | gentoo-e2e303b68b815a26e443a639a002c480fb116cc3.tar.gz gentoo-e2e303b68b815a26e443a639a002c480fb116cc3.tar.bz2 gentoo-e2e303b68b815a26e443a639a002c480fb116cc3.zip |
sys-apps/coreutils: drop obsolete --enable-largefile
coreutils now always tries to use LFS if it can and requires a special
opt-out variable to disable it.
Closes: https://bugs.gentoo.org/904519
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/coreutils/coreutils-9999.ebuild')
-rw-r--r-- | sys-apps/coreutils/coreutils-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-apps/coreutils/coreutils-9999.ebuild b/sys-apps/coreutils/coreutils-9999.ebuild index 1acd3418a030..d19fa5ca04cb 100644 --- a/sys-apps/coreutils/coreutils-9999.ebuild +++ b/sys-apps/coreutils/coreutils-9999.ebuild @@ -142,7 +142,6 @@ src_configure() { # hostname - net-tools --enable-install-program="arch,$(usev hostname),$(usev kill)" --enable-no-install-program="groups,$(usev !hostname),$(usev !kill),su,uptime" - --enable-largefile $(usex caps '' --disable-libcap) $(use_enable nls) $(use_enable acl) |