diff options
-rw-r--r-- | net-fs/samba/samba-4.2.7.ebuild | 2 | ||||
-rw-r--r-- | net-fs/samba/samba-4.3.3.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
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() { |