From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/memtest86-bin/
Date: Tue, 18 Jan 2022 13:09:11 +0000 (UTC) [thread overview]
Message-ID: <1642511338.8645afd6e52908bdd83edf6e324e53083acc0d4d.bkohler@gentoo> (raw)
commit: 8645afd6e52908bdd83edf6e324e53083acc0d4d
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 18 13:08:05 2022 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Jan 18 13:08:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8645afd6
sys-apps/memtest86-bin: fix unpack on musl
Apparently the order of arguments to fatcat is more sensitive on musl
Closes: https://bugs.gentoo.org/828826
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
sys-apps/memtest86-bin/memtest86-bin-9.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/memtest86-bin/memtest86-bin-9.3.ebuild b/sys-apps/memtest86-bin/memtest86-bin-9.3.ebuild
index 56e230d8e897..9e0a77415687 100644
--- a/sys-apps/memtest86-bin/memtest86-bin-9.3.ebuild
+++ b/sys-apps/memtest86-bin/memtest86-bin-9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -22,7 +22,7 @@ S=${WORKDIR}
src_unpack() {
default
- fatcat memtest86-usb.img -O 1048576 -r /EFI/BOOT/BOOTX64.efi > ${PN}.efi || die
+ fatcat -O 1048576 -r /EFI/BOOT/BOOTX64.efi memtest86-usb.img > ${PN}.efi || die
}
src_install() {
next reply other threads:[~2022-01-18 13:09 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-18 13:09 Ben Kohler [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 17:01 [gentoo-commits] repo/gentoo:master commit in: sys-apps/memtest86-bin/ Ben Kohler
2025-02-11 17:36 Ben Kohler
2024-10-31 15:31 Ben Kohler
2024-06-13 14:31 Ben Kohler
2024-02-08 16:18 Ben Kohler
2023-10-12 15:04 Ben Kohler
2023-09-01 15:24 Ben Kohler
2023-09-01 15:24 Ben Kohler
2023-08-17 8:30 Andrew Ammerlaan
2023-08-17 7:49 Andrew Ammerlaan
2023-06-24 12:24 Ben Kohler
2023-05-27 13:25 Sebastian Pipping
2023-04-25 11:52 Ben Kohler
2023-03-26 12:09 Ben Kohler
2022-12-23 13:41 Ben Kohler
2022-12-20 14:18 Ben Kohler
2022-12-19 13:39 Ben Kohler
2022-09-30 12:58 Ben Kohler
2022-09-30 12:58 Ben Kohler
2022-01-24 12:54 Ben Kohler
2021-10-07 17:38 Ben Kohler
2021-10-07 17:38 Ben Kohler
2021-10-07 17:38 Ben Kohler
2021-09-20 11:29 Ben Kohler
2021-07-30 17:02 Ben Kohler
2021-07-30 17:02 Ben Kohler
2021-05-23 1:19 Ben Kohler
2021-05-18 14:15 Ben Kohler
2021-02-24 13:55 Ben Kohler
2021-02-10 21:23 Ben Kohler
2021-01-21 18:35 Ben Kohler
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=1642511338.8645afd6e52908bdd83edf6e324e53083acc0d4d.bkohler@gentoo \
--to=bkohler@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