summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-09-06 10:03:46 +0200
committerLars Wendler <polynomial-c@gentoo.org>2016-09-06 10:04:04 +0200
commitb6d35757f48912c7b7e4961ded1197bc2f63519f (patch)
tree06fa610614c261a1eb4cc46dd0eb35fdb31c3332 /net-fs/samba
parentmail-client/mutt: revbump for latest upstream fixes (diff)
downloadgentoo-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/samba')
-rw-r--r--net-fs/samba/samba-4.2.14.ebuild2
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 )