Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/dev/ulm:master commit in: dev-util/ninka/files/
Date: Wed, 27 Mar 2019 15:13:52
Message-Id: 1553699133.f596eb622ed46585179b5ea9f2c144a422cc31d7.ulm@gentoo
1 commit: f596eb622ed46585179b5ea9f2c144a422cc31d7
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 27 15:05:33 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 27 15:05:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=f596eb62
7
8 dev-util/ninka: Fix regexp patch.
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 dev-util/ninka/files/ninka-2.0_pre1_p20170402-braces.patch | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 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
17 index 5cfeee2..54e4d4a 100644
18 --- a/dev-util/ninka/files/ninka-2.0_pre1_p20170402-braces.patch
19 +++ b/dev-util/ninka/files/ninka-2.0_pre1_p20170402-braces.patch
20 @@ -5,7 +5,7 @@
21 # check for trailing bullets of different types
22 s/^o //;
23 - s/^\s*[0-9]{1-2}+\s*[\-\)]//;
24 -+ s/^\s*[0-9]\{1-2\}+\s*[\-\)]//;
25 ++ s/^\s*[0-9]{1,2}+\s*[\-\)]//;
26 s/^[ \t]+//;
27 s/[ \t]+$//;