From 5d53a213b737249b48017a57af1bed18b57786b6 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Sat, 28 Mar 2020 13:54:44 +0100 Subject: [PATCH] x11-plugins/wmpop3: replace ":" as sed delimiter Closes: https://bugs.gentoo.org/712986 Package-Manager: Portage-2.3.96, Repoman-2.3.21 Signed-off-by: Bernard Cafarelli --- x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild index f41656350b63..88f9dc571200 100644 --- a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild +++ b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,9 +20,9 @@ RDEPEND="${DEPEND}" PATCHES=( ${FILESDIR}/${P}-list.patch ) src_prepare() { - sed -e "s:cc :$(tc-getCC) :" \ - -e "s:-O2:${CFLAGS}:" \ - -e "s:-o wmpop3:${LDFLAGS} -o wmpop3:" \ + sed -e "s|cc |$(tc-getCC) |" \ + -e "s|-O2|${CFLAGS}|" \ + -e "s|-o wmpop3|${LDFLAGS} -o wmpop3|" \ -i ${PN}/Makefile || die default -- 2.26.2