app-emulation/box86: break up long lines

fixes the following pkgcheck warning:

app-emulation/box86
  ExcessiveLineLength: version 0.3.0: excessive line length (over 120 characters) on lines: 24, 25
  ExcessiveLineLength: version 0.3.6: excessive line length (over 120 characters) on lines: 24, 25
  ExcessiveLineLength: version 9999: excessive line length (over 120 characters) on lines: 23, 24

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
This commit is contained in:
ingenarel
2025-07-20 13:02:10 +06:00
parent 3c82ea6efb
commit 7abe6f73ca
3 changed files with 12 additions and 6 deletions

View File

@@ -21,8 +21,10 @@ pkg_setup() {
ewarn "box86 relies on a toolchain capable of emitting 32-bit code, and a 32 bit libc."
ewarn "If you're on a non multilib 64-bit profile, you will need to add multilib capabilities to it, see:"
ewarn "https://wiki.gentoo.org/wiki/User:Aslantis/Multilib_on_targets_without_official_multilib_profiles"
ewarn "Alternatively, box64 may work on your system, and can be used in tandem with wine's WOW64 for windows programs."
ewarn "box86 also doesn't support being built for the thumb ABI, if you have a thumb system you'll need -marm in your *FLAGS"
ewarn\
"Alternatively, box64 may work on your system, and can be used in tandem with wine's WOW64 for windows programs."
ewarn "box86 also doesn't support being built for the thumb ABI"
ewarn "If you have a thumb system you'll need -marm in your *FLAGS"
ewarn ""
fi

View File

@@ -21,8 +21,10 @@ pkg_setup() {
ewarn "box86 relies on a toolchain capable of emitting 32-bit code, and a 32 bit libc."
ewarn "If you're on a non multilib 64-bit profile, you will need to add multilib capabilities to it, see:"
ewarn "https://wiki.gentoo.org/wiki/User:Aslantis/Multilib_on_targets_without_official_multilib_profiles"
ewarn "Alternatively, box64 may work on your system, and can be used in tandem with wine's WOW64 for windows programs."
ewarn "box86 also doesn't support being built for the thumb ABI, if you have a thumb system you'll need -marm in your *FLAGS"
ewarn\
"Alternatively, box64 may work on your system, and can be used in tandem with wine's WOW64 for windows programs."
ewarn "box86 also doesn't support being built for the thumb ABI"
ewarn "If you have a thumb system you'll need -marm in your *FLAGS"
ewarn ""
fi

View File

@@ -20,8 +20,10 @@ pkg_setup() {
ewarn "box86 relies on a toolchain capable of emitting 32-bit code, and a 32 bit libc."
ewarn "If you're on a non multilib 64-bit profile, you will need to add multilib capabilities to it, see:"
ewarn "https://wiki.gentoo.org/wiki/User:Aslantis/Multilib_on_targets_without_official_multilib_profiles"
ewarn "Alternatively, box64 may work on your system, and can be used in tandem with wine's WOW64 for windows programs."
ewarn "box86 also doesn't support being built for the thumb ABI, if you have a thumb system you'll need -marm in your *FLAGS"
ewarn\
"Alternatively, box64 may work on your system, and can be used in tandem with wine's WOW64 for windows programs."
ewarn "box86 also doesn't support being built for the thumb ABI"
ewarn "If you have a thumb system you'll need -marm in your *FLAGS"
ewarn ""
fi