Gentoo Archives: gentoo-commits

From: Rafael Martins <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/blogc/
Date: Wed, 28 Oct 2015 03:38:53
Message-Id: 1446003500.56f136bbd59796ea0db67ab7d032850b20d265c1.rafaelmartins@gentoo
1 commit: 56f136bbd59796ea0db67ab7d032850b20d265c1
2 Author: Rafael G. Martins <rafaelmartins <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 28 03:38:20 2015 +0000
4 Commit: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 28 03:38:20 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f136bb
7
8 app-text/blogc: call epatch user (bug #564230)
9
10 Thanks to Palmer Dabbelt.
11
12 Package-Manager: portage-2.2.20.1
13
14 app-text/blogc/blogc-0.4.ebuild | 1 +
15 app-text/blogc/blogc-9999.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/app-text/blogc/blogc-0.4.ebuild b/app-text/blogc/blogc-0.4.ebuild
19 index da3dfca..899688f 100644
20 --- a/app-text/blogc/blogc-0.4.ebuild
21 +++ b/app-text/blogc/blogc-0.4.ebuild
22 @@ -42,6 +42,7 @@ DEPEND="${DEPEND}
23
24 src_prepare() {
25 [[ ${PV} = *9999* ]] && eautoreconf
26 + epatch_user
27 default
28 }
29
30
31 diff --git a/app-text/blogc/blogc-9999.ebuild b/app-text/blogc/blogc-9999.ebuild
32 index da3dfca..899688f 100644
33 --- a/app-text/blogc/blogc-9999.ebuild
34 +++ b/app-text/blogc/blogc-9999.ebuild
35 @@ -42,6 +42,7 @@ DEPEND="${DEPEND}
36
37 src_prepare() {
38 [[ ${PV} = *9999* ]] && eautoreconf
39 + epatch_user
40 default
41 }