commit:     d3bdfb88a875e6af2682f327327f20588158b740
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  5 22:30:05 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Aug  5 22:40:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3bdfb88

dev-libs/libmpack: fix QA ExcessiveLineLength

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

 dev-libs/libmpack/libmpack-1.0.5-r3.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libmpack/libmpack-1.0.5-r3.ebuild 
b/dev-libs/libmpack/libmpack-1.0.5-r3.ebuild
index e3c8855055af..961da8a30902 100644
--- a/dev-libs/libmpack/libmpack-1.0.5-r3.ebuild
+++ b/dev-libs/libmpack/libmpack-1.0.5-r3.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
@@ -58,7 +58,10 @@ src_install() {
 
        if [[ ${CHOST} == *-darwin* ]] ; then
                local file="libmpack.0.0.0.dylib"
-               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
 
        find "${ED}" -name '*.la' -delete || die

Reply via email to