Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpop3/
Date: Sat, 28 Mar 2020 14:00:02
Message-Id: 1585402861.5d53a213b737249b48017a57af1bed18b57786b6.voyageur@gentoo
1 commit: 5d53a213b737249b48017a57af1bed18b57786b6
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 12:54:44 2020 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 13:41:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d53a213
7
8 x11-plugins/wmpop3: replace ":" as sed delimiter
9
10 Closes: https://bugs.gentoo.org/712986
11 Package-Manager: Portage-2.3.96, Repoman-2.3.21
12 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
13
14 x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
18 index f41656350b6..88f9dc57120 100644
19 --- a/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
20 +++ b/x11-plugins/wmpop3/wmpop3-0.5.6a-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -20,9 +20,9 @@ RDEPEND="${DEPEND}"
28 PATCHES=( ${FILESDIR}/${P}-list.patch )
29
30 src_prepare() {
31 - sed -e "s:cc :$(tc-getCC) :" \
32 - -e "s:-O2:${CFLAGS}:" \
33 - -e "s:-o wmpop3:${LDFLAGS} -o wmpop3:" \
34 + sed -e "s|cc |$(tc-getCC) |" \
35 + -e "s|-O2|${CFLAGS}|" \
36 + -e "s|-o wmpop3|${LDFLAGS} -o wmpop3|" \
37 -i ${PN}/Makefile || die
38
39 default