commit: d6c75d3aa92d057cc5756786410dfbb8094ce2c2
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Thu Sep 28 16:44:56 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 17:11:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c75d3a
www-client/w3m: Fix sed command (bug #616334).
www-client/w3m/w3m-0.5.3-r9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-client/w3m/w3m-0.5.3-r9.ebuild
b/www-client/w3m/w3m-0.5.3-r9.ebuild
index 1ecc707d902..cb805427174 100644
--- a/www-client/w3m/w3m-0.5.3-r9.ebuild
+++ b/www-client/w3m/w3m-0.5.3-r9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -42,7 +42,7 @@ S="${WORKDIR}"/${MY_P}
src_prepare() {
default
ecvs_clean
- sed -i -e "/^AR=/s/ar/$(tc-getAR)/" {.,w3mimg,libwc}/Makefile.in || die
+ sed -i -e "/^AR=/s:ar:$(tc-getAR):" {.,w3mimg,libwc}/Makefile.in || die
hprefixify acinclude.m4
eautoconf
}