commit:     44a39faf863902691c4322b92ee6faf56ff12e6e
Author:     Victor Ostorga <vostorga <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 00:05:01 2015 +0000
Commit:     Victor Ostorga <vostorga <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 00:05:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a39faf

Adding epatch_user bug #562298

Package-Manager: portage-2.2.24

 net-fs/samba/samba-4.2.7.ebuild | 2 ++
 net-fs/samba/samba-4.3.3.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/net-fs/samba/samba-4.2.7.ebuild b/net-fs/samba/samba-4.2.7.ebuild
index 98b5ea7..70ac968 100644
--- a/net-fs/samba/samba-4.2.7.ebuild
+++ b/net-fs/samba/samba-4.2.7.ebuild
@@ -106,6 +106,8 @@ pkg_setup() {
 
 src_prepare() {
        epatch ${PATCHES[@]}
+       # Allow user patches
+       epatch_user
 }
 
 src_configure() {

diff --git a/net-fs/samba/samba-4.3.3.ebuild b/net-fs/samba/samba-4.3.3.ebuild
index 7b14c07..a6497de 100644
--- a/net-fs/samba/samba-4.3.3.ebuild
+++ b/net-fs/samba/samba-4.3.3.ebuild
@@ -105,6 +105,8 @@ pkg_setup() {
 
 src_prepare() {
        epatch ${PATCHES[@]}
+       # Allow user patches
+       epatch_user
 }
 
 src_configure() {

Reply via email to