commit:     9dbbffe454427b75bfb4fdfb1003a6595b226546
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  5 22:17:45 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Aug  5 22:39:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbbffe4

dev-lua/LuaBitOp: fix QA ExcessiveLineLength

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

 dev-lua/LuaBitOp/LuaBitOp-1.0.2-r1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-lua/LuaBitOp/LuaBitOp-1.0.2-r1.ebuild 
b/dev-lua/LuaBitOp/LuaBitOp-1.0.2-r1.ebuild
index 8b40be675529..0eb8c54f9112 100644
--- a/dev-lua/LuaBitOp/LuaBitOp-1.0.2-r1.ebuild
+++ b/dev-lua/LuaBitOp/LuaBitOp-1.0.2-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
@@ -86,7 +86,10 @@ lua_src_install() {
                # we only want the major version (e.g. 5.1)
                local luamv=${luav:0:3}
                local file="lua/${luamv}/bit.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