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 AFAC8158009 for ; Mon, 26 Jun 2023 18:18:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88C77E07FE; Mon, 26 Jun 2023 18:18:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7256CE07FE for ; Mon, 26 Jun 2023 18:18:44 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2D28335DB0 for ; Mon, 26 Jun 2023 18:18:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F28E7C6 for ; Mon, 26 Jun 2023 18:18:42 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1687803449.999463a3a69fb9e6877c08dea7ffb05554c3de55.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/e2fsprogs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/e2fsprogs/e2fsprogs-1.47.0-r1.ebuild sys-fs/e2fsprogs/e2fsprogs-1.47.0-r2.ebuild X-VCS-Directories: sys-fs/e2fsprogs/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 999463a3a69fb9e6877c08dea7ffb05554c3de55 X-VCS-Branch: master Date: Mon, 26 Jun 2023 18:18:42 +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: ad9fcb7c-0a86-4375-bf5d-002bcb985350 X-Archives-Hash: 7140e5c6a645c750fe1ed6c8ee7fd034 commit: 999463a3a69fb9e6877c08dea7ffb05554c3de55 Author: Mike Gilbert gentoo org> AuthorDate: Mon Jun 26 18:17:29 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Jun 26 18:17:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999463a3 sys-fs/e2fsprogs: enable largefile unconditionally Bug: https://bugs.gentoo.org/908892 Signed-off-by: Mike Gilbert gentoo.org> .../{e2fsprogs-1.47.0-r1.ebuild => e2fsprogs-1.47.0-r2.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.47.0-r1.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.47.0-r2.ebuild similarity index 97% rename from sys-fs/e2fsprogs/e2fsprogs-1.47.0-r1.ebuild rename to sys-fs/e2fsprogs/e2fsprogs-1.47.0-r2.ebuild index ed3a2e8d4f31..10584f8bc295 100644 --- a/sys-fs/e2fsprogs/e2fsprogs-1.47.0-r1.ebuild +++ b/sys-fs/e2fsprogs/e2fsprogs-1.47.0-r2.ebuild @@ -86,11 +86,9 @@ multilib_src_configure() { --disable-uuidd --disable-lto --with-pthread + --enable-largefile ) - # need to check effect on ABI (???) - use elibc_glibc && myeconfargs+=( --disable-largefile ) - # We use blkid/uuid from util-linux now if use kernel_linux ; then export ac_cv_lib_{uuid_uuid_generate,blkid_blkid_get_cache}=yes