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 8DC80158042 for ; Fri, 15 Nov 2024 09:51:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABE54E098A; Fri, 15 Nov 2024 09:51:28 +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 90BD8E098A for ; Fri, 15 Nov 2024 09:51:28 +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 9DA8F33E3A9 for ; Fri, 15 Nov 2024 09:51:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D891ED81 for ; Fri, 15 Nov 2024 09:51:25 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1731664228.89d6254aa722fe7a258f0bd4408abe5eb78ffae0.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/folly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/folly/folly-2023.06.19.00-r1.ebuild dev-cpp/folly/folly-2023.06.19.00.ebuild X-VCS-Directories: dev-cpp/folly/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 89d6254aa722fe7a258f0bd4408abe5eb78ffae0 X-VCS-Branch: master Date: Fri, 15 Nov 2024 09:51:25 +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: 5c28bfda-638d-434e-8e4f-f093a450e7f7 X-Archives-Hash: afb2960aabb6cbb0ad0467885f1d61d1 commit: 89d6254aa722fe7a258f0bd4408abe5eb78ffae0 Author: Petr Vaněk gentoo org> AuthorDate: Fri Nov 15 09:47:47 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Fri Nov 15 09:50:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d6254a dev-cpp/folly: restrict gentoo.org> .../{folly-2023.06.19.00.ebuild => folly-2023.06.19.00-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/folly/folly-2023.06.19.00.ebuild b/dev-cpp/folly/folly-2023.06.19.00-r1.ebuild similarity index 97% rename from dev-cpp/folly/folly-2023.06.19.00.ebuild rename to dev-cpp/folly/folly-2023.06.19.00-r1.ebuild index ad39d6076e39..4f87b7aa969f 100644 --- a/dev-cpp/folly/folly-2023.06.19.00.ebuild +++ b/dev-cpp/folly/folly-2023.06.19.00-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -32,7 +32,7 @@ RDEPEND=" dev-libs/double-conversion:= dev-libs/libaio dev-libs/libevent:= - dev-libs/libfmt:= + =sys-libs/liburing-2.3:=