summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2020-03-24 07:48:43 -0500
committerBen Kohler <bkohler@gentoo.org>2020-03-24 08:31:20 -0500
commitfd59a3f6dcab1bf5311ce507e3ad25e32ff2aebb (patch)
tree01fc9b07165a63f049d4cc81d449d3858f658716 /x11-libs
parentwww-apps/drupal: Drop vulnerable releases. (diff)
downloadgentoo-fd59a3f6dcab1bf5311ce507e3ad25e32ff2aebb.tar.gz
gentoo-fd59a3f6dcab1bf5311ce507e3ad25e32ff2aebb.tar.bz2
gentoo-fd59a3f6dcab1bf5311ce507e3ad25e32ff2aebb.zip
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@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/librfm/librfm-5.3.16.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}