From 7abe6f73ca673929b36b34154d5cf59d534be5d0 Mon Sep 17 00:00:00 2001 From: ingenarel Date: Sun, 20 Jul 2025 13:02:10 +0600 Subject: [PATCH] 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 --- app-emulation/box86/box86-0.3.0.ebuild | 6 ++++-- app-emulation/box86/box86-0.3.6.ebuild | 6 ++++-- app-emulation/box86/box86-9999.ebuild | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/app-emulation/box86/box86-0.3.0.ebuild b/app-emulation/box86/box86-0.3.0.ebuild index ec6db7e104..99f15dc514 100644 --- a/app-emulation/box86/box86-0.3.0.ebuild +++ b/app-emulation/box86/box86-0.3.0.ebuild @@ -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 diff --git a/app-emulation/box86/box86-0.3.6.ebuild b/app-emulation/box86/box86-0.3.6.ebuild index e921d4b7b7..6807cdb9fd 100644 --- a/app-emulation/box86/box86-0.3.6.ebuild +++ b/app-emulation/box86/box86-0.3.6.ebuild @@ -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 diff --git a/app-emulation/box86/box86-9999.ebuild b/app-emulation/box86/box86-9999.ebuild index fc426c76a1..51f057da99 100644 --- a/app-emulation/box86/box86-9999.ebuild +++ b/app-emulation/box86/box86-9999.ebuild @@ -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