commit: db70025b346e227ce7ecfcc2feb1a424e59f3061
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 14:10:51 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 19:10:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db70025b
net-libs/wvstreams: Fix sed script.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild
b/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild
index 4c9442c59fd..af37675388d 100644
--- a/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild
+++ b/net-libs/wvstreams/wvstreams-4.6.1-r3.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=5
@@ -53,7 +53,7 @@ src_prepare() {
sed -i \
-e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
-e 's:AM_PROG_CC_STDC:AC_PROG_CC:' \
- configure.ac argp/configure.ac || die
+ argp/configure.ac || die
eautoreconf
pushd argp >/dev/null