From fd59a3f6dcab1bf5311ce507e3ad25e32ff2aebb Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Tue, 24 Mar 2020 07:48:43 -0500 Subject: 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 --- x11-libs/librfm/librfm-5.3.16.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-libs') 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 } -- cgit v1.2.3-65-gdbad