mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-tex/biber: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14405 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
1dc57d41b4
commit
a1216537eb
@@ -1,12 +0,0 @@
|
||||
diff -Naur ./lib/Biber/LaTeX/Recode.pm ./lib/Biber/LaTeX/Recode.pm
|
||||
--- ./lib/Biber/LaTeX/Recode.pm 2018-07-25 21:20:25.961547631 +0200
|
||||
+++ ./lib/Biber/LaTeX/Recode.pm 2018-07-25 21:20:06.653779312 +0200
|
||||
@@ -292,7 +292,7 @@
|
||||
# Workaround perl's lack of variable-width negative look-behind -
|
||||
# Reverse string (and therefore some of the Re) and use variable width negative look-ahead
|
||||
$text = reverse $text;
|
||||
- $text =~ s/}(\pM+\pL){(?!\pL+\\)/$1/g;
|
||||
+ $text =~ s/}(\pM+\pL)\{(?!\pL+\\)/$1/g;
|
||||
$text = reverse $text;
|
||||
$logger->trace("String in latex_decode() now -> '$text'");
|
||||
|
||||
Reference in New Issue
Block a user