commit: 5d53a213b737249b48017a57af1bed18b57786b6 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Sat Mar 28 12:54:44 2020 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Sat Mar 28 13:41:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d53a213
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 <voyageur <AT> gentoo.org> 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 f41656350b6..88f9dc57120 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
