Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bnfc/files/
Date: Wed, 01 Jul 2020 19:59:48
Message-Id: 1593633536.4da6b8fa49134c4c05b3e7d89c6075e52b9ba773.bman@gentoo
1 commit: 4da6b8fa49134c4c05b3e7d89c6075e52b9ba773
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 30 18:20:13 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 19:58:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da6b8fa
7
8 dev-util/bnfc: remove unused patch
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16508
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 dev-util/bnfc/files/bnfc-2.8-alex-3.1.6.patch | 8 --------
16 1 file changed, 8 deletions(-)
17
18 diff --git a/dev-util/bnfc/files/bnfc-2.8-alex-3.1.6.patch b/dev-util/bnfc/files/bnfc-2.8-alex-3.1.6.patch
19 deleted file mode 100644
20 index e9834830e25..00000000000
21 --- a/dev-util/bnfc/files/bnfc-2.8-alex-3.1.6.patch
22 +++ /dev/null
23 @@ -1,8 +0,0 @@
24 -diff --git a/src/LexBNF.x b/src/LexBNF.x
25 -index 927e15d..aea3386 100644
26 ---- a/src/LexBNF.x
27 -+++ b/src/LexBNF.x
28 -@@ -11,2 +11,3 @@ import qualified Data.Bits
29 - import Data.Word (Word8)
30 -+import Data.Char (ord)
31 - }