diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-30 20:20:13 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-01 15:58:56 -0400 |
commit | 4da6b8fa49134c4c05b3e7d89c6075e52b9ba773 (patch) | |
tree | ecb74b021c8c762099c378db3e45f548594b0387 /dev-util | |
parent | dev-lang/whitespace: remove unused patch (diff) | |
download | gentoo-4da6b8fa49134c4c05b3e7d89c6075e52b9ba773.tar.gz gentoo-4da6b8fa49134c4c05b3e7d89c6075e52b9ba773.tar.bz2 gentoo-4da6b8fa49134c4c05b3e7d89c6075e52b9ba773.zip |
dev-util/bnfc: remove unused patch
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16508
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/bnfc/files/bnfc-2.8-alex-3.1.6.patch | 8 |
1 files changed, 0 insertions, 8 deletions
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 deleted file mode 100644 index e9834830e257..000000000000 --- a/dev-util/bnfc/files/bnfc-2.8-alex-3.1.6.patch +++ /dev/null @@ -1,8 +0,0 @@ -diff --git a/src/LexBNF.x b/src/LexBNF.x -index 927e15d..aea3386 100644 ---- a/src/LexBNF.x -+++ b/src/LexBNF.x -@@ -11,2 +11,3 @@ import qualified Data.Bits - import Data.Word (Word8) -+import Data.Char (ord) - } |