From 44a39faf863902691c4322b92ee6faf56ff12e6e Mon Sep 17 00:00:00 2001 From: Victor Ostorga Date: Tue, 29 Dec 2015 18:05:01 -0600 Subject: 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(+) (limited to 'net-fs') diff --git a/net-fs/samba/samba-4.2.7.ebuild b/net-fs/samba/samba-4.2.7.ebuild index 98b5ea79c1a6..70ac968d2f62 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 7b14c0773765..a6497de3833d 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() { -- cgit v1.2.3-65-gdbad