public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Saad Abdullah" <ingenarelitems@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/box86/
Date: Sun, 20 Jul 2025 07:02:50 +0000 (UTC)	[thread overview]
Message-ID: <1752994930.7abe6f73ca673929b36b34154d5cf59d534be5d0.ingenarelitems@gentoo> (raw)

commit:     7abe6f73ca673929b36b34154d5cf59d534be5d0
Author:     ingenarel <ingenarelitems <AT> gmail <DOT> com>
AuthorDate: Sun Jul 20 07:02:10 2025 +0000
Commit:     Saad Abdullah <ingenarelitems <AT> gmail <DOT> com>
CommitDate: Sun Jul 20 07:02:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7abe6f73

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 <AT> gmail.com>

 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
 


             reply	other threads:[~2025-07-20  7:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-20  7:02 Saad Abdullah [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-02 17:19 [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/box86/ Richard Rogalski
2023-07-15  1:36 Richard Rogalski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1752994930.7abe6f73ca673929b36b34154d5cf59d534be5d0.ingenarelitems@gentoo \
    --to=ingenarelitems@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox