summaryrefslogtreecommitdiff
path: root/net-fs/samba
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-01-09 01:32:02 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-01-09 01:32:02 +0300
commit11d2cb6aef4c3cca7eb1971ffb94e33c9f2d6617 (patch)
tree40106122028f49feb7390db6e11abd40fae1a27b /net-fs/samba
parent8c57303e4a28571726d56083500456cbb606fd45 (diff)
paludis: news format patch
samba: build fix
Diffstat (limited to 'net-fs/samba')
-rw-r--r--net-fs/samba/samba-scm.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-fs/samba/samba-scm.ebuild b/net-fs/samba/samba-scm.ebuild
index 9521fd2..a30b7b7 100644
--- a/net-fs/samba/samba-scm.ebuild
+++ b/net-fs/samba/samba-scm.ebuild
@@ -11,7 +11,7 @@ inherit python-single-r1 waf-utils multilib-minimal linux-info systemd eutils gi
SRC_PATH="stable"
-SRC_URI="https://dev.gentoo.org/~polynomial-c/samba-disable-python-patches-4.5.0_rc1.tar.xz"
+SRC_URI=""
EGIT_REPO_URI="git://git.samba.org/samba.git"
@@ -81,9 +81,6 @@ REQUIRED_USE="addc? ( gnutls !system-mitkrb5 )
${PYTHON_REQUIRED_USE}"
-PATCHES=(
- "${FILESDIR}/${PN}-4.4.0-pam.patch"
-)
#CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)"
CONFDIR="${FILESDIR}/4.4"
@@ -108,7 +105,7 @@ src_prepare() {
default
# install the patches from tarball(s)
- eapply "${WORKDIR}/patches/"
+# eapply "${WORKDIR}/patches/"
multilib_copy_sources
}