public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/fwts/
Date: Tue, 30 Jan 2024 09:35:31 +0000 (UTC)	[thread overview]
Message-ID: <1706607243.3e490bfd160ab363c9c1df0430eb08052c99fedf.sam@gentoo> (raw)

commit:     3e490bfd160ab363c9c1df0430eb08052c99fedf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 09:33:51 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 09:34:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e490bfd

sys-apps/fwts: backport -j1 to 22.03.00.

Backport the -j1 added in ce0d6536cc59402682b39018e70014612c729148 to 22.03.00.

Closes: https://bugs.gentoo.org/870109
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/fwts/fwts-22.03.00.ebuild | 7 ++++++-
 sys-apps/fwts/fwts-23.11.00.ebuild | 4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/sys-apps/fwts/fwts-22.03.00.ebuild b/sys-apps/fwts/fwts-22.03.00.ebuild
index 093cc1bcb881..8f0cfe82ca3d 100644
--- a/sys-apps/fwts/fwts-22.03.00.ebuild
+++ b/sys-apps/fwts/fwts-22.03.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -44,6 +44,11 @@ src_prepare() {
 	eautoreconf
 }
 
+src_compile() {
+	# https://github.com/fwts/fwts/issues/7 (bug #870109)
+	emake -j1 --shuffle=none
+}
+
 src_install() {
 	default
 

diff --git a/sys-apps/fwts/fwts-23.11.00.ebuild b/sys-apps/fwts/fwts-23.11.00.ebuild
index fc9c4f7e275a..f66a3bd4ac5c 100644
--- a/sys-apps/fwts/fwts-23.11.00.ebuild
+++ b/sys-apps/fwts/fwts-23.11.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -43,7 +43,7 @@ src_prepare() {
 }
 
 src_compile() {
-	# https://github.com/fwts/fwts/issues/7
+	# https://github.com/fwts/fwts/issues/7 (bug #870109)
 	emake -j1 --shuffle=none
 }
 


             reply	other threads:[~2024-01-30  9:35 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-30  9:35 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-25  5:51 [gentoo-commits] repo/gentoo:master commit in: sys-apps/fwts/ Joonas Niilola
2024-01-30  9:39 Sam James
2024-01-30  9:35 Sam James
2023-12-30  1:51 Rick Farina
2022-06-11  5:48 Sam James
2022-05-13 20:12 Sam James
2021-03-16 19:57 Sam James
2020-12-02 15:21 Rick Farina
2020-06-24 15:58 Joonas Niilola
2020-06-24 15:58 Joonas Niilola
2020-06-24 15:58 Joonas Niilola
2017-02-20 14:14 Manuel Rüger
2017-02-20 13:32 Manuel Rüger
2016-01-16 17:51 Manuel Rüger
2015-12-23 21:33 Manuel Rüger

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=1706607243.3e490bfd160ab363c9c1df0430eb08052c99fedf.sam@gentoo \
    --to=sam@gentoo.org \
    --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