mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user