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 3D79015815E for ; Tue, 6 Feb 2024 20:38:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E983E2A0E; Tue, 6 Feb 2024 20:38:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 25FFFE2A0E for ; Tue, 6 Feb 2024 20:38:16 +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 2C84434309E for ; Tue, 6 Feb 2024 20:38:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3A0014B7 for ; Tue, 6 Feb 2024 20:38:13 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1707251890.088dac7b26f0e8de29c477c6c2c9c1ab5bed8941.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfmt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfmt/libfmt-10.2.1-r1.ebuild dev-libs/libfmt/libfmt-9999.ebuild X-VCS-Directories: dev-libs/libfmt/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 088dac7b26f0e8de29c477c6c2c9c1ab5bed8941 X-VCS-Branch: master Date: Tue, 6 Feb 2024 20:38:13 +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: 8238becc-ab79-491a-b669-312008953fa1 X-Archives-Hash: 52bb40853ec17b5cfcab662540bfad22 commit: 088dac7b26f0e8de29c477c6c2c9c1ab5bed8941 Author: Craig Andrews gentoo org> AuthorDate: Tue Feb 6 20:35:42 2024 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Feb 6 20:38:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=088dac7b dev-libs/libfmt: Add lfs flags Closes: https://github.com/gentoo/gentoo/pull/35205 Signed-off-by: Abhishek Pandit-Subedi chromium.org> Signed-off-by: Craig Andrews gentoo.org> dev-libs/libfmt/{libfmt-9999.ebuild => libfmt-10.2.1-r1.ebuild} | 5 +++-- dev-libs/libfmt/libfmt-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-10.2.1-r1.ebuild similarity index 89% copy from dev-libs/libfmt/libfmt-9999.ebuild copy to dev-libs/libfmt/libfmt-10.2.1-r1.ebuild index 90083087d20e..2dbd37cc402c 100644 --- a/dev-libs/libfmt/libfmt-9999.ebuild +++ b/dev-libs/libfmt/libfmt-10.2.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit cmake +inherit cmake flag-o-matic DESCRIPTION="Small, safe and fast formatting library" HOMEPAGE="https://github.com/fmtlib/fmt" @@ -23,6 +23,7 @@ IUSE="test" RESTRICT="!test? ( test )" src_configure() { + append-lfs-flags local mycmakeargs=( -DFMT_CMAKE_DIR="$(get_libdir)/cmake/fmt" -DFMT_LIB_DIR="$(get_libdir)" diff --git a/dev-libs/libfmt/libfmt-9999.ebuild b/dev-libs/libfmt/libfmt-9999.ebuild index 90083087d20e..2dbd37cc402c 100644 --- a/dev-libs/libfmt/libfmt-9999.ebuild +++ b/dev-libs/libfmt/libfmt-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit cmake +inherit cmake flag-o-matic DESCRIPTION="Small, safe and fast formatting library" HOMEPAGE="https://github.com/fmtlib/fmt" @@ -23,6 +23,7 @@ IUSE="test" RESTRICT="!test? ( test )" src_configure() { + append-lfs-flags local mycmakeargs=( -DFMT_CMAKE_DIR="$(get_libdir)/cmake/fmt" -DFMT_LIB_DIR="$(get_libdir)"