Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/w3m/
Date: Thu, 28 Sep 2017 17:18:56
Message-Id: 1506618660.d6c75d3aa92d057cc5756786410dfbb8094ce2c2.floppym@gentoo
1 commit: d6c75d3aa92d057cc5756786410dfbb8094ce2c2
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Sep 28 16:44:56 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 28 17:11:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c75d3a
7
8 www-client/w3m: Fix sed command (bug #616334).
9
10 www-client/w3m/w3m-0.5.3-r9.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild b/www-client/w3m/w3m-0.5.3-r9.ebuild
14 index 1ecc707d902..cb805427174 100644
15 --- a/www-client/w3m/w3m-0.5.3-r9.ebuild
16 +++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -42,7 +42,7 @@ S="${WORKDIR}"/${MY_P}
24 src_prepare() {
25 default
26 ecvs_clean
27 - sed -i -e "/^AR=/s/ar/$(tc-getAR)/" {.,w3mimg,libwc}/Makefile.in || die
28 + sed -i -e "/^AR=/s:ar:$(tc-getAR):" {.,w3mimg,libwc}/Makefile.in || die
29 hprefixify acinclude.m4
30 eautoconf
31 }