commit: 37710f28851ba50ede07f1f5b9c0820a822d8ca2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Mar 10 13:02:44 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Mar 10 13:03:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37710f28
sys-boot/syslinux: allow user patches, #662678 Applying user patches will ease testing and debugging of #662678 Bug: https://bugs.gentoo.org/662678 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> sys-boot/syslinux/syslinux-6.04_pre1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-boot/syslinux/syslinux-6.04_pre1.ebuild b/sys-boot/syslinux/syslinux-6.04_pre1.ebuild index 649460108cd..026381ff536 100644 --- a/sys-boot/syslinux/syslinux-6.04_pre1.ebuild +++ b/sys-boot/syslinux/syslinux-6.04_pre1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -82,6 +82,8 @@ src_prepare() { ewarn "Continuing anyway as requested." fi fi + + epatch_user } src_compile() {
