commit: 41b8f9b5c6c95c96bbee005657c8132b375bd026 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun May 16 11:58:38 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun May 16 14:43:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b8f9b5
sys-libs/pwdb: No colon in sed w/ CFLAGS Closes: https://bugs.gentoo.org/710472 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sys-libs/pwdb/pwdb-0.62-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/pwdb/pwdb-0.62-r2.ebuild b/sys-libs/pwdb/pwdb-0.62-r2.ebuild index 3ef2906710f..6701f44fdb0 100644 --- a/sys-libs/pwdb/pwdb-0.62-r2.ebuild +++ b/sys-libs/pwdb/pwdb-0.62-r2.ebuild @@ -38,7 +38,7 @@ src_prepare() { sed -i \ -e "s/^DIRS = .*/DIRS = libpwdb/" \ - -e "s:EXTRAS += :EXTRAS += ${CFLAGS} :" \ + -e "s;EXTRAS += ;EXTRAS += ${CFLAGS} ;" \ Makefile || die sed -i \ -e "s:=gcc:=$(tc-getCC):g" \
