diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-12-05 19:25:14 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-12-05 19:25:49 +0100 |
commit | 409d9fb5aee7a9582741e12ccb170841ebc5b4d6 (patch) | |
tree | e95bdeeb20152f0387b973500982ee68e9f7d5e7 /www-apps/webmcp | |
parent | sci-visualization/dash-table: PythonGHDistfileSuffix (diff) | |
download | gentoo-409d9fb5aee7a9582741e12ccb170841ebc5b4d6.tar.gz gentoo-409d9fb5aee7a9582741e12ccb170841ebc5b4d6.tar.bz2 gentoo-409d9fb5aee7a9582741e12ccb170841ebc5b4d6.zip |
www-apps/webmcp: ExcessiveLineLength
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'www-apps/webmcp')
-rw-r--r-- | www-apps/webmcp/webmcp-1.2.6-r1.ebuild | 8 |
1 files 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() { |