From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1539455-garchives=archives.gentoo.org@lists.gentoo.org> 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 764FE15800A for <garchives@archives.gentoo.org>; Sat, 22 Jul 2023 17:29:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91BDCE084A; Sat, 22 Jul 2023 17:29:53 +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 72832E084A for <gentoo-commits@lists.gentoo.org>; Sat, 22 Jul 2023 17:29:53 +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 7F8E6340BC1 for <gentoo-commits@lists.gentoo.org>; Sat, 22 Jul 2023 17:29:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1537BBED for <gentoo-commits@lists.gentoo.org>; Sat, 22 Jul 2023 17:29:51 +0000 (UTC) From: "Anna Vyalkova" <cyber+gentoo@sysrq.in> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" <cyber+gentoo@sysrq.in> Message-ID: <1690046986.5bf6d4130dbf11bd7df78addd58ed5941935f255.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/coeurl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/coeurl/coeurl-0.3.0-r1.ebuild X-VCS-Directories: dev-cpp/coeurl/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 5bf6d4130dbf11bd7df78addd58ed5941935f255 X-VCS-Branch: dev Date: Sat, 22 Jul 2023 17:29:51 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3c143194-daa0-478b-8b3b-a61c61690b61 X-Archives-Hash: a9d4f7dbd964a9ee232f6c98254bd5e3 commit: 5bf6d4130dbf11bd7df78addd58ed5941935f255 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Sat Jul 22 17:28:17 2023 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Sat Jul 22 17:29:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5bf6d413 Revert "dev-cpp/coeurl: pin libfmt dep" This reverts commit ec83f27f146ff75b3c1d60b503fd40987170fe16. Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-cpp/coeurl/coeurl-0.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/coeurl/coeurl-0.3.0-r1.ebuild b/dev-cpp/coeurl/coeurl-0.3.0-r1.ebuild index 37dfa3669..5c65cc7b7 100644 --- a/dev-cpp/coeurl/coeurl-0.3.0-r1.ebuild +++ b/dev-cpp/coeurl/coeurl-0.3.0-r1.ebuild @@ -21,7 +21,7 @@ RESTRICT="!test? ( test )" RDEPEND=" net-misc/curl[ssl?] dev-libs/libevent:= - <dev-libs/libfmt-9:= + dev-libs/libfmt:= dev-libs/spdlog:= " DEPEND="