diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2015-12-29 18:05:01 -0600 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2015-12-29 18:05:01 -0600 |
commit | 44a39faf863902691c4322b92ee6faf56ff12e6e (patch) | |
tree | e90b5f84279d11548a5386cad331764f237ebad7 /net-fs/samba | |
parent | Restricting tests, they have been broken for a long time. Bug 566700 (diff) | |
download | gentoo-44a39faf863902691c4322b92ee6faf56ff12e6e.tar.gz gentoo-44a39faf863902691c4322b92ee6faf56ff12e6e.tar.bz2 gentoo-44a39faf863902691c4322b92ee6faf56ff12e6e.zip |
Adding epatch_user bug #562298
Package-Manager: portage-2.2.24
Diffstat (limited to 'net-fs/samba')
-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() { |