diff options
-rw-r--r-- | sys-boot/syslinux/syslinux-6.04_pre1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-boot/syslinux/syslinux-6.04_pre1.ebuild b/sys-boot/syslinux/syslinux-6.04_pre1.ebuild index 649460108cd5..026381ff5364 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() { |