From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/seabios-bin/
Date: Wed, 14 Dec 2022 08:50:21 +0000 (UTC) [thread overview]
Message-ID: <1671007792.02c3f6f9add5655d01f33b7cd94c8aa6e598df0c.sam@gentoo> (raw)
commit: 02c3f6f9add5655d01f33b7cd94c8aa6e598df0c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 14 08:49:32 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 14 08:49:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c3f6f9
sys-firmware/seabios-bin: fix unpack with TAPE set
Thanks to Ionen for spotting.
Bug: https://bugs.gentoo.org/885719
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-firmware/seabios-bin/seabios-bin-1.16.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-firmware/seabios-bin/seabios-bin-1.16.0.ebuild b/sys-firmware/seabios-bin/seabios-bin-1.16.0.ebuild
index 486aee1c9ee6..e2421960919d 100644
--- a/sys-firmware/seabios-bin/seabios-bin-1.16.0.ebuild
+++ b/sys-firmware/seabios-bin/seabios-bin-1.16.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~ris
RDEPEND="!sys-firmware/seabios"
src_unpack() {
- tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.xpak") || die "unpacking binpkg failed"
+ tar -xf - < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.xpak") || die "unpacking binpkg failed"
}
src_install() {
next reply other threads:[~2022-12-14 8:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-14 8:50 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-06 3:24 [gentoo-commits] repo/gentoo:master commit in: sys-firmware/seabios-bin/ Sam James
2025-01-06 3:24 Sam James
2025-01-06 3:24 Sam James
2024-09-10 11:30 James Le Cuirot
2022-12-05 19:48 Arthur Zamarin
2022-12-02 19:27 Arthur Zamarin
2022-12-02 18:50 Arthur Zamarin
2022-12-02 18:50 Arthur Zamarin
2022-09-27 3:27 John Helmert III
2022-09-06 22:39 John Helmert III
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=1671007792.02c3f6f9add5655d01f33b7cd94c8aa6e598df0c.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