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:07:13
Message-Id: 1626350820.a08d8c6ed7f861fa8988e7230d57da84efc91bd9.polynomial-c@gentoo
1 commit: a08d8c6ed7f861fa8988e7230d57da84efc91bd9
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 15 12:07:00 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 15 12:07:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08d8c6e
7
8 sys-libs/tevent: Moved dev-util/cmocka from RDEPEND to DEPEND
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 sys-libs/tevent/tevent-0.11.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/tevent/tevent-0.11.0.ebuild b/sys-libs/tevent/tevent-0.11.0.ebuild
16 index a0fb870136f..4539b95bc28 100644
17 --- a/sys-libs/tevent/tevent-0.11.0.ebuild
18 +++ b/sys-libs/tevent/tevent-0.11.0.ebuild
19 @@ -21,7 +21,6 @@ RESTRICT="test"
20
21 RDEPEND="
22 !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
23 - >=dev-util/cmocka-1.1.3
24 >=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}]
25 python? (
26 ${PYTHON_DEPS}
27 @@ -29,6 +28,7 @@ RDEPEND="
28 )
29 "
30 DEPEND="${RDEPEND}
31 + >=dev-util/cmocka-1.1.3
32 elibc_glibc? (
33 net-libs/libtirpc[${MULTILIB_USEDEP}]
34 || (