Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/liburing/
Date: Fri, 01 Jul 2022 06:51:07
Message-Id: 1656658237.719b1a370e95844bdba03acba816304890421923.flow@gentoo
1 commit: 719b1a370e95844bdba03acba816304890421923
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 06:50:26 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 06:50:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719b1a37
7
8 sys-libs/liburing: sync live ebuild
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 sys-libs/liburing/liburing-9999.ebuild | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/sys-libs/liburing/liburing-9999.ebuild b/sys-libs/liburing/liburing-9999.ebuild
16 index c1f03b400247..60a614906d8e 100644
17 --- a/sys-libs/liburing/liburing-9999.ebuild
18 +++ b/sys-libs/liburing/liburing-9999.ebuild
19 @@ -21,6 +21,10 @@ IUSE="static-libs"
20 # fsync test hangs forever
21 RESTRICT="test"
22
23 +# At least installed headers need <linux/*>, bug #802516
24 +DEPEND=">=sys-kernel/linux-headers-5.1"
25 +RDEPEND="${DEPEND}"
26 +
27 src_prepare() {
28 default