commit:     a780c8beb6b7f7c4a67d73dd3e64e7fdcbeb249c
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  5 22:25:49 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Aug  5 22:39:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a780c8be

dev-lua/mpack: fix QA ExcessiveLineLength

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-lua/mpack/mpack-1.0.10.ebuild   | 5 ++++-
 dev-lua/mpack/mpack-1.0.9-r1.ebuild | 7 +++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-lua/mpack/mpack-1.0.10.ebuild 
b/dev-lua/mpack/mpack-1.0.10.ebuild
index 2924e676d514..2cc20b76c877 100644
--- a/dev-lua/mpack/mpack-1.0.10.ebuild
+++ b/dev-lua/mpack/mpack-1.0.10.ebuild
@@ -102,7 +102,10 @@ lua_src_install() {
                # we only want the major version (e.g. 5.1)
                local luamv=${luav:0:3}
                local file="lua/${luamv}/mpack.so"
-               install_name_tool -id "${EPREFIX}/usr/$(get_libdir)/${file}" 
"${ED}/usr/$(get_libdir)/${file}" || die "Failed to adjust install_name"
+               install_name_tool \
+                       -id "${EPREFIX}/usr/$(get_libdir)/${file}" \
+                       "${ED}/usr/$(get_libdir)/${file}" \
+                       || die "Failed to adjust install_name"
        fi
 }
 

diff --git a/dev-lua/mpack/mpack-1.0.9-r1.ebuild 
b/dev-lua/mpack/mpack-1.0.9-r1.ebuild
index b8990af4c813..2cc20b76c877 100644
--- a/dev-lua/mpack/mpack-1.0.9-r1.ebuild
+++ b/dev-lua/mpack/mpack-1.0.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -102,7 +102,10 @@ lua_src_install() {
                # we only want the major version (e.g. 5.1)
                local luamv=${luav:0:3}
                local file="lua/${luamv}/mpack.so"
-               install_name_tool -id "${EPREFIX}/usr/$(get_libdir)/${file}" 
"${ED}/usr/$(get_libdir)/${file}" || die "Failed to adjust install_name"
+               install_name_tool \
+                       -id "${EPREFIX}/usr/$(get_libdir)/${file}" \
+                       "${ED}/usr/$(get_libdir)/${file}" \
+                       || die "Failed to adjust install_name"
        fi
 }
 

Reply via email to