Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/cvs/
Date: Wed, 30 Aug 2017 18:41:24
Message-Id: 1504118477.73aeea463371de9da4dcc39cefb6756812e73529.pacho@gentoo
1 commit: 73aeea463371de9da4dcc39cefb6756812e73529
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 18:41:07 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 18:41:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73aeea46
7
8 dev-vcs/cvs: Use proper sed separators (#600478 by Jiří Moravec)
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
16 index cb0af6f5427..2fc4e446591 100644
17 --- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
18 +++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
19 @@ -52,8 +52,7 @@ DOCS=( BUGS ChangeLog{,.zoo} DEVEL-CVS FAQ HACKING MINOR-BUGS NEWS \
20
21 src_prepare() {
22 default
23 -
24 - sed -i "/^AR/s/ar/$(tc-getAR)/" diff/Makefile.in lib/Makefile.in || die
25 + sed -i "/^AR/s:ar:$(tc-getAR):" diff/Makefile.in lib/Makefile.in || die
26 }
27
28 src_configure() {