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 F08F9158094 for ; Mon, 15 Aug 2022 18:19:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52355E0C34; Mon, 15 Aug 2022 18:19:56 +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 334E8E0C34 for ; Mon, 15 Aug 2022 18:19:56 +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 3481C3410A5 for ; Mon, 15 Aug 2022 18:19:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96FE3571 for ; Mon, 15 Aug 2022 18:19:53 +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: <1660587586.069cda914a2ee09e107af87771d7769cc2df5ce6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/folly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/folly/folly-2022.08.15.00-r1.ebuild dev-cpp/folly/folly-2022.08.15.00.ebuild X-VCS-Directories: dev-cpp/folly/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 069cda914a2ee09e107af87771d7769cc2df5ce6 X-VCS-Branch: master Date: Mon, 15 Aug 2022 18:19:53 +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: a9e7ee43-73d1-417d-97da-d588f325dffb X-Archives-Hash: ca9cd5d8931705be01a8a2f49a801d02 commit: 069cda914a2ee09e107af87771d7769cc2df5ce6 Author: Sam James gentoo org> AuthorDate: Mon Aug 15 18:19:32 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 15 18:19:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069cda91 dev-cpp/folly: tighten liburing dep, needs >= 2.2 Needed for io_uring_prep_cancel64. Signed-off-by: Sam James gentoo.org> .../folly/{folly-2022.08.15.00.ebuild => folly-2022.08.15.00-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/folly/folly-2022.08.15.00.ebuild b/dev-cpp/folly/folly-2022.08.15.00-r1.ebuild similarity index 98% rename from dev-cpp/folly/folly-2022.08.15.00.ebuild rename to dev-cpp/folly/folly-2022.08.15.00-r1.ebuild index 573667cf38a4..15a7565d9977 100644 --- a/dev-cpp/folly/folly-2022.08.15.00.ebuild +++ b/dev-cpp/folly/folly-2022.08.15.00-r1.ebuild @@ -35,7 +35,7 @@ RDEPEND="app-arch/bzip2 dev-libs/libfmt:= dev-libs/libsodium:= dev-libs/openssl:= - sys-libs/liburing:= + >=sys-libs/liburing-2.2:= sys-libs/zlib llvm-libunwind? ( sys-libs/llvm-libunwind:= ) !llvm-libunwind? ( sys-libs/libunwind:= )"