summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-16 13:58:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-16 16:43:50 +0200
commit41b8f9b5c6c95c96bbee005657c8132b375bd026 (patch)
treecb4188b07f09a26798080707aa302940ae7a8ccf /sys-libs
parentsys-libs/pwdb: EAPI-7 bump (diff)
downloadgentoo-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.ebuild2
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" \