net-libs/c-client: use ":" as pattern separator in a sed call.
authorMichael Orlitzky <mjo@gentoo.org>
Tue, 21 Feb 2017 02:03:02 +0000 (21:03 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Tue, 21 Feb 2017 02:03:02 +0000 (21:03 -0500)
commit944439b732b303c6bcc5369fba60b8fd6f640348
treebfd232af84688997e884dbd2e32a3cc272f12ebf
parentf6e7fc711e31eee0e240a0946814fad9bd505141
net-libs/c-client: use ":" as pattern separator in a sed call.

Most of the "sed" calls in the c-client ebuilds use ":" as the pattern
separator, because we expect to be replacing things with front-slashes
in them. One exception was the call that replaced CC, AR, and RANLIB;
and that finally bit us. A user with absolute paths in those variables
reported the defect.

This commit fixes the call to use ":" as the pattern separator, like
everywhere else in the ebuild. Since it is a build-only fix, it was
made without a new revision.

Gentoo-Bug: 609744

Package-Manager: portage-2.3.3
net-libs/c-client/c-client-2007f-r6.ebuild