commit:     409d9fb5aee7a9582741e12ccb170841ebc5b4d6
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 18:25:14 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 18:25:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409d9fb5

www-apps/webmcp: ExcessiveLineLength

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 www-apps/webmcp/webmcp-1.2.6-r1.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/www-apps/webmcp/webmcp-1.2.6-r1.ebuild 
b/www-apps/webmcp/webmcp-1.2.6-r1.ebuild
index 135b1a65ad3f..5e614d549307 100644
--- a/www-apps/webmcp/webmcp-1.2.6-r1.ebuild
+++ b/www-apps/webmcp/webmcp-1.2.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -30,7 +30,11 @@ src_prepare() {
        default
 
        # Use correct LUA version
-       sed -e "s/-llua/$(lua_get_LIBS)/g" -i libraries/multirand/Makefile -i 
libraries/mondelefant/Makefile -i libraries/extos/Makefile || die
+       sed -i \
+               -e "s/-llua/$(lua_get_LIBS)/g" \
+               libraries/multirand/Makefile \
+               libraries/mondelefant/Makefile \
+               libraries/extos/Makefile || die
 }
 
 src_compile() {

Reply via email to