Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/wvstreams/
Date: Wed, 26 Jul 2017 19:10:49
Message-Id: 1501096242.db70025b346e227ce7ecfcc2feb1a424e59f3061.jer@gentoo
1 commit: db70025b346e227ce7ecfcc2feb1a424e59f3061
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 26 14:10:51 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 26 19:10:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db70025b
7
8 net-libs/wvstreams: Fix sed script.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild b/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild
16 index 4c9442c59fd..af37675388d 100644
17 --- a/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild
18 +++ b/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -53,7 +53,7 @@ src_prepare() {
26 sed -i \
27 -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
28 -e 's:AM_PROG_CC_STDC:AC_PROG_CC:' \
29 - configure.ac argp/configure.ac || die
30 + argp/configure.ac || die
31
32 eautoreconf
33 pushd argp >/dev/null