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 6EADE158086 for ; Thu, 2 Dec 2021 03:39:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97494E0871; Thu, 2 Dec 2021 03:39:47 +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 71C2DE0871 for ; Thu, 2 Dec 2021 03:39:47 +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 AFDB43431FB for ; Thu, 2 Dec 2021 03:39:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 085A5175 for ; Thu, 2 Dec 2021 03:39:44 +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: <1638416361.a751b67fe6130761388e44447d466d828caf7a4e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxc/lxc-4.0.11_p1-r1.ebuild app-emulation/lxc/lxc-4.0.11_p1.ebuild X-VCS-Directories: app-emulation/lxc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a751b67fe6130761388e44447d466d828caf7a4e X-VCS-Branch: master Date: Thu, 2 Dec 2021 03:39:44 +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: a2e260b9-0b64-4d8a-9360-899615710046 X-Archives-Hash: 1d5f43e6927a35a6efca122fcebdfd37 commit: a751b67fe6130761388e44447d466d828caf7a4e Author: Sam James gentoo org> AuthorDate: Thu Dec 2 03:38:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 2 03:39:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a751b67f app-emulation/lxc: depend on >=liburing-2 for io_uring_sqring_wait Noticed after a report in #gentoo when configure failed on an older liburing. Signed-off-by: Sam James gentoo.org> app-emulation/lxc/{lxc-4.0.11_p1.ebuild => lxc-4.0.11_p1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/lxc/lxc-4.0.11_p1.ebuild b/app-emulation/lxc/lxc-4.0.11_p1-r1.ebuild similarity index 99% rename from app-emulation/lxc/lxc-4.0.11_p1.ebuild rename to app-emulation/lxc/lxc-4.0.11_p1-r1.ebuild index 815157735941..47271c7dac54 100644 --- a/app-emulation/lxc/lxc-4.0.11_p1.ebuild +++ b/app-emulation/lxc/lxc-4.0.11_p1-r1.ebuild @@ -23,7 +23,7 @@ RDEPEND="acct-group/lxc sys-libs/libcap virtual/awk caps? ( sys-libs/libcap ) - io-uring? ( sys-libs/liburing:= ) + io-uring? ( >=sys-libs/liburing-2:= ) pam? ( sys-libs/pam ) seccomp? ( sys-libs/libseccomp ) selinux? ( sys-libs/libselinux )