Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Tue, 06 Sep 2016 08:04:16
Message-Id: 1473149044.b6d35757f48912c7b7e4961ded1197bc2f63519f.polynomial-c@gentoo
1 commit: b6d35757f48912c7b7e4961ded1197bc2f63519f
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 08:03:46 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 08:04:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d35757
7
8 net-fs/samba: Fixed dependency on sys-libs/tevent (bug #592970).
9
10 Package-Manager: portage-2.3.0
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-fs/samba/samba-4.2.14.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-fs/samba/samba-4.2.14.ebuild b/net-fs/samba/samba-4.2.14.ebuild
17 index fa18542..5ce6c88 100644
18 --- a/net-fs/samba/samba-4.2.14.ebuild
19 +++ b/net-fs/samba/samba-4.2.14.ebuild
20 @@ -58,7 +58,7 @@ CDEPEND="${PYTHON_DEPS}
21 >=sys-libs/ntdb-1.0[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
22 >=sys-libs/talloc-2.1.2[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
23 >=sys-libs/tdb-1.3.6[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
24 - >=sys-libs/tevent-0.9.25[${MULTILIB_USEDEP}]
25 + >=sys-libs/tevent-0.9.28[${MULTILIB_USEDEP}]
26 >=sys-libs/uid_wrapper-1.0.1[${MULTILIB_USEDEP}]
27 sys-libs/zlib[${MULTILIB_USEDEP}]
28 acl? ( virtual/acl )