diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-03-28 13:54:44 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-03-28 14:41:01 +0100 |
commit | 5d53a213b737249b48017a57af1bed18b57786b6 (patch) | |
tree | 29a7bd5d276213d4cd9befce30cc42545dc86fa5 /x11-plugins | |
parent | x11-plugins/wmblob: replace ":" as sed delimiter (diff) | |
download | gentoo-5d53a213b737249b48017a57af1bed18b57786b6.tar.gz gentoo-5d53a213b737249b48017a57af1bed18b57786b6.tar.bz2 gentoo-5d53a213b737249b48017a57af1bed18b57786b6.zip |
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@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild | 8 |
1 files 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 |