Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/flex/
Date: Sat, 09 Sep 2017 08:28:24
Message-Id: 1504945694.80299f24589523bc633ff2698a360429ce96f3c4.slyfox@gentoo
1 commit: 80299f24589523bc633ff2698a360429ce96f3c4
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 9 08:27:32 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 9 08:28:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80299f24
7
8 sys-devel/flex: allow user patches for cases like #628744
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 sys-devel/flex/flex-2.6.4.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sys-devel/flex/flex-2.6.4.ebuild b/sys-devel/flex/flex-2.6.4.ebuild
16 index 6ab22250d5f..c2d32936d7c 100644
17 --- a/sys-devel/flex/flex-2.6.4.ebuild
18 +++ b/sys-devel/flex/flex-2.6.4.ebuild
19 @@ -23,6 +23,7 @@ DEPEND="${RDEPEND}
20
21 src_prepare() {
22 #epatch "${PATCHES[@]}"
23 + epatch_user
24
25 # Disable running in the tests/ subdir as it has a bunch of built sources
26 # that cannot be made conditional (automake limitation). #568842