commit: bbd312305059c3670a55534bd1b4e3e81d4b37f2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Thu Feb 8 17:38:59 2018 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Thu Feb 8 17:39:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd31230
net-fs/samba: Fixed dependency on sys-libs/ldb Closes: https://bugs.gentoo.org/642230 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-fs/samba/samba-4.7.4.ebuild | 4 ++-- net-fs/samba/samba-4.7.5.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-fs/samba/samba-4.7.4.ebuild b/net-fs/samba/samba-4.7.4.ebuild index 13fa3acc76c..eecd9a2607e 100644 --- a/net-fs/samba/samba-4.7.4.ebuild +++ b/net-fs/samba/samba-4.7.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -48,7 +48,7 @@ CDEPEND=" dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}] >=dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}] sys-apps/attr[${MULTILIB_USEDEP}] - >=sys-libs/ldb-1.2.2[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/ldb-1.2.3[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}] sys-libs/libcap sys-libs/ncurses:0=[${MULTILIB_USEDEP}] sys-libs/readline:0= diff --git a/net-fs/samba/samba-4.7.5.ebuild b/net-fs/samba/samba-4.7.5.ebuild index a17bcfa82ac..eb49c8229c3 100644 --- a/net-fs/samba/samba-4.7.5.ebuild +++ b/net-fs/samba/samba-4.7.5.ebuild @@ -48,7 +48,7 @@ CDEPEND=" dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}] >=dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}] sys-apps/attr[${MULTILIB_USEDEP}] - >=sys-libs/ldb-1.2.2[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/ldb-1.2.3[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}] sys-libs/libcap sys-libs/ncurses:0=[${MULTILIB_USEDEP}] sys-libs/readline:0=
