diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-03-24 08:10:43 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-03-24 08:31:43 -0500 |
commit | 96076fb153b924eb9218cb30f3d467858bea7532 (patch) | |
tree | 42ac39e5544da65ae48febcc17bf860c490a2097 /net-analyzer/bing | |
parent | mail-filter/libmilter: fix bad sed delimiter (diff) | |
download | gentoo-96076fb153b924eb9218cb30f3d467858bea7532.tar.gz gentoo-96076fb153b924eb9218cb30f3d467858bea7532.tar.bz2 gentoo-96076fb153b924eb9218cb30f3d467858bea7532.zip |
net-analyzer/bing: fix bad sed delimiter
Closes: https://bugs.gentoo.org/710696
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-analyzer/bing')
-rw-r--r-- | net-analyzer/bing/bing-1.1.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/bing/bing-1.1.3-r2.ebuild b/net-analyzer/bing/bing-1.1.3-r2.ebuild index 83f643000e81..0eba504e64a1 100644 --- a/net-analyzer/bing/bing-1.1.3-r2.ebuild +++ b/net-analyzer/bing/bing-1.1.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm ia64 ppc sparc x86" src_prepare() { default - sed -i -e "s:#COPTIM = -g: COPTIM = ${CFLAGS}:" Makefile || die + sed -i -e "s|#COPTIM = -g| COPTIM = ${CFLAGS}|" Makefile || die } src_compile() { |