diff options
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 |