commit:     73aeea463371de9da4dcc39cefb6756812e73529
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 18:41:07 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 18:41:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73aeea46

dev-vcs/cvs: Use proper sed separators (#600478 by Jiří Moravec)

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-vcs/cvs/cvs-1.12.12-r12.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index cb0af6f5427..2fc4e446591 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -52,8 +52,7 @@ DOCS=( BUGS ChangeLog{,.zoo} DEVEL-CVS FAQ HACKING MINOR-BUGS 
NEWS \
 
 src_prepare() {
        default
-
-       sed -i "/^AR/s/ar/$(tc-getAR)/" diff/Makefile.in lib/Makefile.in || die
+       sed -i "/^AR/s:ar:$(tc-getAR):" diff/Makefile.in lib/Makefile.in || die
 }
 
 src_configure() {

Reply via email to