commit: fd59a3f6dcab1bf5311ce507e3ad25e32ff2aebb Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Tue Mar 24 12:48:43 2020 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Tue Mar 24 13:31:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd59a3f6
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 <bkohler <AT> gentoo.org> x11-libs/librfm/librfm-5.3.16.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 bba8880c72b..265bef46957 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 }