summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-09-09 09:27:32 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2017-09-09 09:28:14 +0100
commit80299f24589523bc633ff2698a360429ce96f3c4 (patch)
treeaa59f2c77b7101a901bcfb6d382c3d29814814c0
parentnet-im/discord-bin: Remove 0.0.1 (diff)
downloadgentoo-80299f24.tar.gz
gentoo-80299f24.tar.bz2
gentoo-80299f24.zip
sys-devel/flex: allow user patches for cases like #628744
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--sys-devel/flex/flex-2.6.4.ebuild1
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