Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/ultrabug:master commit in: app-admin/consul/
Date: Wed, 04 Jun 2014 13:38:55
Message-Id: 1401889100.cc5ea48268fd663c28e790313dfe27c7e509358c.ultrabug@gentoo
1 commit: cc5ea48268fd663c28e790313dfe27c7e509358c
2 Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 4 13:38:20 2014 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 4 13:38:20 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=cc5ea482
7
8 consul die on sed error
9
10 ---
11 app-admin/consul/consul-0.2.1.ebuild | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/app-admin/consul/consul-0.2.1.ebuild b/app-admin/consul/consul-0.2.1.ebuild
15 index 8abb3f8..e4ac91c 100644
16 --- a/app-admin/consul/consul-0.2.1.ebuild
17 +++ b/app-admin/consul/consul-0.2.1.ebuild
18 @@ -36,7 +36,7 @@ pkg_setup() {
19
20 src_prepare() {
21 # see : https://github.com/hashicorp/consul/pull/188
22 - sed -e 's/format:/format: deps/g' -i Makefile
23 + sed -e 's/format:/format: deps/g' -i Makefile || die
24 }
25
26 src_compile() {