diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-09 09:27:32 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-09 09:28:14 +0100 |
commit | 80299f24589523bc633ff2698a360429ce96f3c4 (patch) | |
tree | aa59f2c77b7101a901bcfb6d382c3d29814814c0 /sys-devel/flex/flex-2.6.4.ebuild | |
parent | net-im/discord-bin: Remove 0.0.1 (diff) | |
download | gentoo-80299f24589523bc633ff2698a360429ce96f3c4.tar.gz gentoo-80299f24589523bc633ff2698a360429ce96f3c4.tar.bz2 gentoo-80299f24589523bc633ff2698a360429ce96f3c4.zip |
sys-devel/flex: allow user patches for cases like #628744
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-devel/flex/flex-2.6.4.ebuild')
-rw-r--r-- | sys-devel/flex/flex-2.6.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/flex/flex-2.6.4.ebuild b/sys-devel/flex/flex-2.6.4.ebuild index 6ab22250d5fc..c2d32936d7ca 100644 --- a/sys-devel/flex/flex-2.6.4.ebuild +++ b/sys-devel/flex/flex-2.6.4.ebuild @@ -23,6 +23,7 @@ DEPEND="${RDEPEND} src_prepare() { #epatch "${PATCHES[@]}" + epatch_user # Disable running in the tests/ subdir as it has a bunch of built sources # that cannot be made conditional (automake limitation). #568842 |