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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B80041382C5 for ; Mon, 17 May 2021 21:00:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCA0CE07C5; Mon, 17 May 2021 21:00:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C54B9E07C5 for ; Mon, 17 May 2021 21:00:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBDDF33D3C7 for ; Mon, 17 May 2021 21:00:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 392F5644 for ; Mon, 17 May 2021 21:00: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: <1621285212.b68f75ced2dd0ea6843ad4ac2f012bdcac698295.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libzip/libzip-1.7.3-r1.ebuild dev-libs/libzip/libzip-1.7.3.ebuild X-VCS-Directories: dev-libs/libzip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b68f75ced2dd0ea6843ad4ac2f012bdcac698295 X-VCS-Branch: master Date: Mon, 17 May 2021 21:00: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: 25a53fe6-7828-4054-96f5-887fdd3864d8 X-Archives-Hash: c21b761660d3d66b2cce954cb0b790d0 commit: b68f75ced2dd0ea6843ad4ac2f012bdcac698295 Author: François Degros chromium org> AuthorDate: Wed Apr 28 00:21:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 17 21:00:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b68f75ce dev-libs/libzip: Add large file support (LFS) This is needed to handle big ZIPs (4+GB) on 32-bit devices. Bug: https://bugs.gentoo.org/471102 Signed-off-by: François Degros chromium.org> Closes: https://github.com/gentoo/gentoo/pull/20564 Signed-off-by: Sam James gentoo.org> dev-libs/libzip/{libzip-1.7.3.ebuild => libzip-1.7.3-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libzip/libzip-1.7.3.ebuild b/dev-libs/libzip/libzip-1.7.3-r1.ebuild similarity index 97% rename from dev-libs/libzip/libzip-1.7.3.ebuild rename to dev-libs/libzip/libzip-1.7.3-r1.ebuild index 82713f354e1..4426e7855d1 100644 --- a/dev-libs/libzip/libzip-1.7.3.ebuild +++ b/dev-libs/libzip/libzip-1.7.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake multibuild +inherit cmake multibuild flag-o-matic DESCRIPTION="Library for manipulating zip archives" HOMEPAGE="https://nih.at/libzip/" @@ -43,6 +43,7 @@ pkg_setup() { } src_configure() { + append-lfs-flags myconfigure() { local mycmakeargs=( -DBUILD_EXAMPLES=OFF # nothing is installed