Gentoo Archives: gentoo-commits

From: Patrick Lauer <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/kakoune/
Date: Thu, 30 Nov 2017 07:35:11
Message-Id: 1512027294.e57e30c8937de29d057e76447de0b6f513a2ce8d.patrick@gentoo
1 commit: e57e30c8937de29d057e76447de0b6f513a2ce8d
2 Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 30 07:34:54 2017 +0000
4 Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 07:34:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57e30c8
7
8 app-editors/kakoune: Whitespace
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-editors/kakoune/kakoune-0_pre20171120.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-editors/kakoune/kakoune-0_pre20171120.ebuild b/app-editors/kakoune/kakoune-0_pre20171120.ebuild
16 index db8236e59f2..862daa7fc9b 100644
17 --- a/app-editors/kakoune/kakoune-0_pre20171120.ebuild
18 +++ b/app-editors/kakoune/kakoune-0_pre20171120.ebuild
19 @@ -34,9 +34,9 @@ pkg_setup() {
20 }
21
22 src_prepare() {
23 - default
24 + default
25
26 - sed -i -e '/CXXFLAGS += -O3/d' src/Makefile || \
27 + sed -i -e '/CXXFLAGS += -O3/d' src/Makefile || \
28 die "Failed to patch makefile"
29 }