diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-09-06 10:03:46 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-09-06 10:04:04 +0200 |
commit | b6d35757f48912c7b7e4961ded1197bc2f63519f (patch) | |
tree | 06fa610614c261a1eb4cc46dd0eb35fdb31c3332 /net-fs | |
parent | mail-client/mutt: revbump for latest upstream fixes (diff) | |
download | gentoo-b6d35757f48912c7b7e4961ded1197bc2f63519f.tar.gz gentoo-b6d35757f48912c7b7e4961ded1197bc2f63519f.tar.bz2 gentoo-b6d35757f48912c7b7e4961ded1197bc2f63519f.zip |
net-fs/samba: Fixed dependency on sys-libs/tevent (bug #592970).
Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.2.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-fs/samba/samba-4.2.14.ebuild b/net-fs/samba/samba-4.2.14.ebuild index fa1854228d95..5ce6c88035b7 100644 --- a/net-fs/samba/samba-4.2.14.ebuild +++ b/net-fs/samba/samba-4.2.14.ebuild @@ -58,7 +58,7 @@ CDEPEND="${PYTHON_DEPS} >=sys-libs/ntdb-1.0[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] >=sys-libs/talloc-2.1.2[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] >=sys-libs/tdb-1.3.6[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] - >=sys-libs/tevent-0.9.25[${MULTILIB_USEDEP}] + >=sys-libs/tevent-0.9.28[${MULTILIB_USEDEP}] >=sys-libs/uid_wrapper-1.0.1[${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}] acl? ( virtual/acl ) |