Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/tevent/
Date: Thu, 15 Jul 2021 12:06:07
Message-Id: 1626350755.a36f2dad4bab83ef0bfbf53318407261c2bc225a.polynomial-c@gentoo
1 commit: a36f2dad4bab83ef0bfbf53318407261c2bc225a
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 15 12:05:40 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 15 12:05:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36f2dad
7
8 sys-libs/tevent: Depend on dev-util/cmocka
9
10 Closes: https://bugs.gentoo.org/802273
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-libs/tevent/tevent-0.11.0.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/sys-libs/tevent/tevent-0.11.0.ebuild b/sys-libs/tevent/tevent-0.11.0.ebuild
17 index 29c12c05ac9..a0fb870136f 100644
18 --- a/sys-libs/tevent/tevent-0.11.0.ebuild
19 +++ b/sys-libs/tevent/tevent-0.11.0.ebuild
20 @@ -21,6 +21,7 @@ RESTRICT="test"
21
22 RDEPEND="
23 !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
24 + >=dev-util/cmocka-1.1.3
25 >=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}]
26 python? (
27 ${PYTHON_DEPS}