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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D711B1581F0 for ; Sun, 12 Jan 2025 14:22:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9009AE0824; Sun, 12 Jan 2025 14:22:29 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72413E0824 for ; Sun, 12 Jan 2025 14:22:29 +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 7BE93340BDE for ; Sun, 12 Jan 2025 14:22:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B52BD1DD9 for ; Sun, 12 Jan 2025 14:22:26 +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: <1736691163.6a3f8348ea28c6a5969cb936d8255bebb38de37c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/spdlog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/spdlog/spdlog-1.13.0-r2.ebuild dev-libs/spdlog/spdlog-9999.ebuild X-VCS-Directories: dev-libs/spdlog/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a3f8348ea28c6a5969cb936d8255bebb38de37c X-VCS-Branch: master Date: Sun, 12 Jan 2025 14:22:26 +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: 3063e80d-e365-4c08-a492-00fc9ce4b4f4 X-Archives-Hash: 8c80a2e5ffa5e269260adefe16f1d8f9 commit: 6a3f8348ea28c6a5969cb936d8255bebb38de37c Author: Sam James gentoo org> AuthorDate: Sun Jan 12 14:12:43 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 12 14:12:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3f8348 dev-libs/spdlog: add := dep on libfmt to 1.13.0-r2 and live Signed-off-by: Sam James gentoo.org> dev-libs/spdlog/spdlog-1.13.0-r2.ebuild | 4 ++-- dev-libs/spdlog/spdlog-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/spdlog/spdlog-1.13.0-r2.ebuild b/dev-libs/spdlog/spdlog-1.13.0-r2.ebuild index 70357b7d6a09..e6b260871621 100644 --- a/dev-libs/spdlog/spdlog-1.13.0-r2.ebuild +++ b/dev-libs/spdlog/spdlog-1.13.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,7 +28,7 @@ BDEPEND=" ) " DEPEND=" - >=dev-libs/libfmt-9.1.0-r2[${MULTILIB_USEDEP}] + >=dev-libs/libfmt-9.1.0-r2:=[${MULTILIB_USEDEP}] " RDEPEND="${DEPEND}" diff --git a/dev-libs/spdlog/spdlog-9999.ebuild b/dev-libs/spdlog/spdlog-9999.ebuild index 70357b7d6a09..e6b260871621 100644 --- a/dev-libs/spdlog/spdlog-9999.ebuild +++ b/dev-libs/spdlog/spdlog-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,7 +28,7 @@ BDEPEND=" ) " DEPEND=" - >=dev-libs/libfmt-9.1.0-r2[${MULTILIB_USEDEP}] + >=dev-libs/libfmt-9.1.0-r2:=[${MULTILIB_USEDEP}] " RDEPEND="${DEPEND}"