diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-10 13:02:44 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-03-10 13:03:19 +0000 |
commit | 37710f28851ba50ede07f1f5b9c0820a822d8ca2 (patch) | |
tree | 12fc7aafba6b834ae08526f668398f4978c0343e /sys-boot | |
parent | profile: hardened: remove mask use senitize from gcc (diff) | |
download | gentoo-37710f28851ba50ede07f1f5b9c0820a822d8ca2.tar.gz gentoo-37710f28851ba50ede07f1f5b9c0820a822d8ca2.tar.bz2 gentoo-37710f28851ba50ede07f1f5b9c0820a822d8ca2.zip |
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@gentoo.org>
Diffstat (limited to 'sys-boot')
-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() { |