diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-11-09 10:38:46 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-11-09 11:09:40 +0100 |
commit | 22ce0a7959eb3b924d3ef8c0fd8727f8a27cc15c (patch) | |
tree | 52f891f24d4dc7cc0dd625a2e1333c15cbb7d709 /net-fs/samba | |
parent | sys-apps/apparmor: version bump 2.13.1 (diff) | |
download | gentoo-22ce0a7959eb3b924d3ef8c0fd8727f8a27cc15c.tar.gz gentoo-22ce0a7959eb3b924d3ef8c0fd8727f8a27cc15c.tar.bz2 gentoo-22ce0a7959eb3b924d3ef8c0fd8727f8a27cc15c.zip |
net-fs/samba: Another revbump to really apply the python DSDB fix
which was added with 4.8.6-r1 revbump but not being applied in the
ebuild.
Bug: https://bugs.gentoo.org/633728
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-fs/samba')
-rw-r--r-- | net-fs/samba/samba-4.8.6-r2.ebuild (renamed from net-fs/samba/samba-4.8.6-r1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-fs/samba/samba-4.8.6-r1.ebuild b/net-fs/samba/samba-4.8.6-r2.ebuild index ea2098018bb3..c959bbd6d78a 100644 --- a/net-fs/samba/samba-4.8.6-r1.ebuild +++ b/net-fs/samba/samba-4.8.6-r2.ebuild @@ -131,6 +131,7 @@ S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}/${PN}-4.4.0-pam.patch" "${FILESDIR}/${PN}-4.5.1-compile_et_fix.patch" + "${FILESDIR}/${PN}-4.8.6-no-pydsdb-when-no-addc.patch" ) #CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)" |