From 44a39faf863902691c4322b92ee6faf56ff12e6e Mon Sep 17 00:00:00 2001 From: Victor Ostorga Date: Tue, 29 Dec 2015 18:05:01 -0600 Subject: [PATCH] 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 98b5ea79c1a69..70ac968d2f627 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 7b14c07737655..a6497de3833dd 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() {