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 2AD5B15808B for ; Mon, 14 Mar 2022 15:57:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70FDDE08A8; Mon, 14 Mar 2022 15:57:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 57C21E0878 for ; Mon, 14 Mar 2022 15:57:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 909E634316A for ; Mon, 14 Mar 2022 15:57:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0E762C3 for ; Mon, 14 Mar 2022 15:56:58 +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: <1647273390.671ffac2baa2d15e25de714cbb95c9c607ec8079.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/liburing/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/liburing/liburing-2.1-r2.ebuild X-VCS-Directories: sys-libs/liburing/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 671ffac2baa2d15e25de714cbb95c9c607ec8079 X-VCS-Branch: master Date: Mon, 14 Mar 2022 15:56:58 +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: 2cc4a7ae-0467-4176-8d7e-a39c1eb77f4a X-Archives-Hash: 69372c17e4387e9973bcd6e3ba3f1d91 commit: 671ffac2baa2d15e25de714cbb95c9c607ec8079 Author: Sam James gentoo org> AuthorDate: Mon Mar 14 15:36:31 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 14 15:56:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671ffac2 sys-libs/liburing: add *DEPEND on linux-headers Closes: https://bugs.gentoo.org/802516 Signed-off-by: Sam James gentoo.org> sys-libs/liburing/liburing-2.1-r2.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-libs/liburing/liburing-2.1-r2.ebuild b/sys-libs/liburing/liburing-2.1-r2.ebuild index 40852f3d1247..c65e7baf841c 100644 --- a/sys-libs/liburing/liburing-2.1-r2.ebuild +++ b/sys-libs/liburing/liburing-2.1-r2.ebuild @@ -21,6 +21,10 @@ IUSE="static-libs" # fsync test hangs forever RESTRICT="test" +# At least installed headers need , bug #802516 +DEPEND=">=sys-kernel/linux-headers-5.1" +RDEPEND="${DEPEND}" + PATCHES=( # Upstream, bug #816798 "${FILESDIR}"/${P}-arm-syscall.patch