diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-12-21 12:06:34 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-12-21 12:08:33 +0000 |
commit | acf4d96d58ff7184e641a151385633789ee15aa5 (patch) | |
tree | a200e40d5d008009fad562a76704473501918e08 /net-libs | |
parent | dev-util/sysdig: migrate to lua-single.eclass (diff) | |
download | gentoo-acf4d96d58ff7184e641a151385633789ee15aa5.tar.gz gentoo-acf4d96d58ff7184e641a151385633789ee15aa5.tar.bz2 gentoo-acf4d96d58ff7184e641a151385633789ee15aa5.zip |
net-libs/axtls-2.1.5-r100: fix accidental whitespace mangling
Thanks to Arfrever for having spotted and reported it.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/axtls/axtls-2.1.5-r100.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/axtls/axtls-2.1.5-r100.ebuild b/net-libs/axtls/axtls-2.1.5-r100.ebuild index a988deef75dd..aa38483db9fd 100644 --- a/net-libs/axtls/axtls-2.1.5-r100.ebuild +++ b/net-libs/axtls/axtls-2.1.5-r100.ebuild @@ -105,7 +105,8 @@ use_flag_config() { sed -i -e 's:^CONFIG_HTTP_STATIC_BUILD:# CONFIG_HTTP_STATIC_BUILD:' \ config/.config || die fi - if ! use cgi-php && ! use cgi-lua; then sed -i -e 's:^CONFIG_HTTP_HAS_CGI:# CONFIG_HTTP_HAS_CGI:' \ + if ! use cgi-php && ! use cgi-lua; then + sed -i -e 's:^CONFIG_HTTP_HAS_CGI:# CONFIG_HTTP_HAS_CGI:' \ config/.config || die fi if ! use cgi-php; then |