commit:     f596eb622ed46585179b5ea9f2c144a422cc31d7
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 15:05:33 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 15:05:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=f596eb62

dev-util/ninka: Fix regexp patch.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-util/ninka/files/ninka-2.0_pre1_p20170402-braces.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/ninka/files/ninka-2.0_pre1_p20170402-braces.patch 
b/dev-util/ninka/files/ninka-2.0_pre1_p20170402-braces.patch
index 5cfeee2..54e4d4a 100644
--- a/dev-util/ninka/files/ninka-2.0_pre1_p20170402-braces.patch
+++ b/dev-util/ninka/files/ninka-2.0_pre1_p20170402-braces.patch
@@ -5,7 +5,7 @@
      # check for trailing bullets of different types
      s/^o //;
 -    s/^\s*[0-9]{1-2}+\s*[\-\)]//;
-+    s/^\s*[0-9]\{1-2\}+\s*[\-\)]//;
++    s/^\s*[0-9]{1,2}+\s*[\-\)]//;
      s/^[ \t]+//;
      s/[ \t]+$//;
  

Reply via email to