diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-02-08 18:38:59 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-02-08 18:39:39 +0100 |
commit | bbd312305059c3670a55534bd1b4e3e81d4b37f2 (patch) | |
tree | b26d1f87b211e7a443f03b8123e0e87da3562551 /net-fs | |
parent | sys-apps/systemd: show proper networkctl display type (diff) | |
download | gentoo-bbd312305059c3670a55534bd1b4e3e81d4b37f2.tar.gz gentoo-bbd312305059c3670a55534bd1b4e3e81d4b37f2.tar.bz2 gentoo-bbd312305059c3670a55534bd1b4e3e81d4b37f2.zip |
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
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-4.7.4.ebuild | 4 | ||||
-rw-r--r-- | 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 13fa3acc76c3..eecd9a2607e3 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 a17bcfa82ac6..eb49c8229c3b 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= |