Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/syslinux/
Date: Sun, 10 Mar 2019 13:03:34
Message-Id: 1552222999.37710f28851ba50ede07f1f5b9c0820a822d8ca2.slyfox@gentoo
1 commit: 37710f28851ba50ede07f1f5b9c0820a822d8ca2
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 10 13:02:44 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 13:03:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37710f28
7
8 sys-boot/syslinux: allow user patches, #662678
9
10 Applying user patches will ease testing and debugging of #662678
11
12 Bug: https://bugs.gentoo.org/662678
13 Package-Manager: Portage-2.3.62, Repoman-2.3.12
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 sys-boot/syslinux/syslinux-6.04_pre1.ebuild | 4 +++-
17 1 file changed, 3 insertions(+), 1 deletion(-)
18
19 diff --git a/sys-boot/syslinux/syslinux-6.04_pre1.ebuild b/sys-boot/syslinux/syslinux-6.04_pre1.ebuild
20 index 649460108cd..026381ff536 100644
21 --- a/sys-boot/syslinux/syslinux-6.04_pre1.ebuild
22 +++ b/sys-boot/syslinux/syslinux-6.04_pre1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -82,6 +82,8 @@ src_prepare() {
30 ewarn "Continuing anyway as requested."
31 fi
32 fi
33 +
34 + epatch_user
35 }
36
37 src_compile() {