Gentoo Archives: gentoo-commits

From: Victor Ostorga <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Wed, 30 Dec 2015 00:05:34
Message-Id: 1451433901.44a39faf863902691c4322b92ee6faf56ff12e6e.vostorga@gentoo
1 commit: 44a39faf863902691c4322b92ee6faf56ff12e6e
2 Author: Victor Ostorga <vostorga <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 00:05:01 2015 +0000
4 Commit: Victor Ostorga <vostorga <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 00:05:01 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a39faf
7
8 Adding epatch_user bug #562298
9
10 Package-Manager: portage-2.2.24
11
12 net-fs/samba/samba-4.2.7.ebuild | 2 ++
13 net-fs/samba/samba-4.3.3.ebuild | 2 ++
14 2 files changed, 4 insertions(+)
15
16 diff --git a/net-fs/samba/samba-4.2.7.ebuild b/net-fs/samba/samba-4.2.7.ebuild
17 index 98b5ea7..70ac968 100644
18 --- a/net-fs/samba/samba-4.2.7.ebuild
19 +++ b/net-fs/samba/samba-4.2.7.ebuild
20 @@ -106,6 +106,8 @@ pkg_setup() {
21
22 src_prepare() {
23 epatch ${PATCHES[@]}
24 + # Allow user patches
25 + epatch_user
26 }
27
28 src_configure() {
29
30 diff --git a/net-fs/samba/samba-4.3.3.ebuild b/net-fs/samba/samba-4.3.3.ebuild
31 index 7b14c07..a6497de 100644
32 --- a/net-fs/samba/samba-4.3.3.ebuild
33 +++ b/net-fs/samba/samba-4.3.3.ebuild
34 @@ -105,6 +105,8 @@ pkg_setup() {
35
36 src_prepare() {
37 epatch ${PATCHES[@]}
38 + # Allow user patches
39 + epatch_user
40 }
41
42 src_configure() {