diff options
author | 2021-07-15 14:07:00 +0200 | |
---|---|---|
committer | 2021-07-15 14:07:00 +0200 | |
commit | a08d8c6ed7f861fa8988e7230d57da84efc91bd9 (patch) | |
tree | 940132e8f2bbd4ddd9ab409efd5a75e4694242e5 | |
parent | sys-libs/tevent: Depend on dev-util/cmocka (diff) | |
download | gentoo-a08d8c6ed7f861fa8988e7230d57da84efc91bd9.tar.gz gentoo-a08d8c6ed7f861fa8988e7230d57da84efc91bd9.tar.bz2 gentoo-a08d8c6ed7f861fa8988e7230d57da84efc91bd9.zip |
sys-libs/tevent: Moved dev-util/cmocka from RDEPEND to DEPEND
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-rw-r--r-- | sys-libs/tevent/tevent-0.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/tevent/tevent-0.11.0.ebuild b/sys-libs/tevent/tevent-0.11.0.ebuild index a0fb870136f2..4539b95bc280 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}] || ( |