From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17B3215ACFB for ; Tue, 18 Apr 2023 16:40:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52127E089C; Tue, 18 Apr 2023 16:40:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C36FE089C for ; Tue, 18 Apr 2023 16:40:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43D0E3408A2 for ; Tue, 18 Apr 2023 16:40:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 412C7A1D for ; Tue, 18 Apr 2023 16:40:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1681836020.e2e303b68b815a26e443a639a002c480fb116cc3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/coreutils/coreutils-9.3.ebuild sys-apps/coreutils/coreutils-9999.ebuild X-VCS-Directories: sys-apps/coreutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e2e303b68b815a26e443a639a002c480fb116cc3 X-VCS-Branch: master Date: Tue, 18 Apr 2023 16:40:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d303a288-edfa-42b1-a28a-6eb44fea3a2b X-Archives-Hash: 8d4beb924cf1d69a555f3b77f000a522 commit: e2e303b68b815a26e443a639a002c480fb116cc3 Author: Sam James gentoo org> AuthorDate: Tue Apr 18 16:39:20 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 18 16:40:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e303b6 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 gentoo.org> sys-apps/coreutils/coreutils-9.3.ebuild | 1 - sys-apps/coreutils/coreutils-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sys-apps/coreutils/coreutils-9.3.ebuild b/sys-apps/coreutils/coreutils-9.3.ebuild index dd42f736d4d9..b12ae88e4781 100644 --- a/sys-apps/coreutils/coreutils-9.3.ebuild +++ b/sys-apps/coreutils/coreutils-9.3.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) 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)