commit: 723b3f7f247be3bbe8b3a67fae44178986b5f8a7 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Thu Mar 1 09:02:00 2018 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Thu Mar 1 09:02:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723b3f7f
sys-libs/tevent: Added missing dependencies. Closes: https://bugs.gentoo.org/649056 Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-libs/tevent/tevent-0.9.36.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-libs/tevent/tevent-0.9.36.ebuild b/sys-libs/tevent/tevent-0.9.36.ebuild index c2a8eb8ad78..05ed9a03d3d 100644 --- a/sys-libs/tevent/tevent-0.9.36.ebuild +++ b/sys-libs/tevent/tevent-0.9.36.ebuild @@ -20,7 +20,12 @@ RDEPEND=">=sys-libs/talloc-2.1.11[${MULTILIB_USEDEP}] python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} + net-libs/libtirpc[${MULTILIB_USEDEP}] >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] + || ( + net-libs/rpcsvc-proto + <sys-libs/glibc-2.26[rpc(+)] + ) ${PYTHON_DEPS} " # build system does not work with python3
