Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/pwdb/
Date: Sun, 16 May 2021 14:44:36
Message-Id: 1621176230.41b8f9b5c6c95c96bbee005657c8132b375bd026.asturm@gentoo
1 commit: 41b8f9b5c6c95c96bbee005657c8132b375bd026
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 11:58:38 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 14:43:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b8f9b5
7
8 sys-libs/pwdb: No colon in sed w/ CFLAGS
9
10 Closes: https://bugs.gentoo.org/710472
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 sys-libs/pwdb/pwdb-0.62-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-libs/pwdb/pwdb-0.62-r2.ebuild b/sys-libs/pwdb/pwdb-0.62-r2.ebuild
18 index 3ef2906710f..6701f44fdb0 100644
19 --- a/sys-libs/pwdb/pwdb-0.62-r2.ebuild
20 +++ b/sys-libs/pwdb/pwdb-0.62-r2.ebuild
21 @@ -38,7 +38,7 @@ src_prepare() {
22
23 sed -i \
24 -e "s/^DIRS = .*/DIRS = libpwdb/" \
25 - -e "s:EXTRAS += :EXTRAS += ${CFLAGS} :" \
26 + -e "s;EXTRAS += ;EXTRAS += ${CFLAGS} ;" \
27 Makefile || die
28 sed -i \
29 -e "s:=gcc:=$(tc-getCC):g" \