diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-16 13:58:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-16 16:43:50 +0200 |
commit | 41b8f9b5c6c95c96bbee005657c8132b375bd026 (patch) | |
tree | cb4188b07f09a26798080707aa302940ae7a8ccf /sys-libs | |
parent | sys-libs/pwdb: EAPI-7 bump (diff) | |
download | gentoo-41b8f9b5c6c95c96bbee005657c8132b375bd026.tar.gz gentoo-41b8f9b5c6c95c96bbee005657c8132b375bd026.tar.bz2 gentoo-41b8f9b5c6c95c96bbee005657c8132b375bd026.zip |
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@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/pwdb/pwdb-0.62-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/pwdb/pwdb-0.62-r2.ebuild b/sys-libs/pwdb/pwdb-0.62-r2.ebuild index 3ef2906710f9..6701f44fdb0a 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" \ |