From: Ben Kohler Date: Tue, 24 Mar 2020 12:48:43 +0000 (-0500) Subject: x11-libs/librfm: fix bad sed delimiter X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fd59a3f6dcab1bf5311ce507e3ad25e32ff2aebb;p=gentoo.git x11-libs/librfm: fix bad sed delimiter Closes: https://bugs.gentoo.org/710886 Package-Manager: Portage-2.3.95, Repoman-2.3.21 Signed-off-by: Ben Kohler --- diff --git a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild index bba8880c72b0..265bef469574 100644 --- a/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild +++ b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild @@ -35,7 +35,7 @@ S="${WORKDIR}/${MY_P}" src_prepare() { default - sed -i -e "s:-O2:${CFLAGS}:" m4/rfm-conditionals.m4 || die + sed -i -e "s|-O2|${CFLAGS}|" m4/rfm-conditionals.m4 || die eautoreconf }