commit:     a08d8c6ed7f861fa8988e7230d57da84efc91bd9
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 12:07:00 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 12:07:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08d8c6e

sys-libs/tevent: Moved dev-util/cmocka from RDEPEND to DEPEND

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-libs/tevent/tevent-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/tevent/tevent-0.11.0.ebuild 
b/sys-libs/tevent/tevent-0.11.0.ebuild
index a0fb870136f..4539b95bc28 100644
--- a/sys-libs/tevent/tevent-0.11.0.ebuild
+++ b/sys-libs/tevent/tevent-0.11.0.ebuild
@@ -21,7 +21,6 @@ RESTRICT="test"
 
 RDEPEND="
        !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
-       >=dev-util/cmocka-1.1.3
        >=sys-libs/talloc-2.3.1[${MULTILIB_USEDEP}]
        python? (
                ${PYTHON_DEPS}
@@ -29,6 +28,7 @@ RDEPEND="
        )
 "
 DEPEND="${RDEPEND}
+       >=dev-util/cmocka-1.1.3
        elibc_glibc? (
                net-libs/libtirpc[${MULTILIB_USEDEP}]
                || (

Reply via email to