sys-apps/man-pages: Sync with Gentoo

It's from Gentoo commit 48c7150d63793ba6f5a8a8c5429b3de929920b48.
This commit is contained in:
Flatcar Buildbot 2024-10-07 07:07:52 +00:00 committed by Krzesimir Nowak
parent 7d1c1d2b1b
commit f877d10099
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ src_unpack() {
# Upstream sign the decompressed .tar # Upstream sign the decompressed .tar
einfo "Unpacking ${P}.tar.xz ..." einfo "Unpacking ${P}.tar.xz ..."
verify-sig_verify_detached - "${DISTDIR}"/${P}.tar.sign \ verify-sig_verify_detached - "${DISTDIR}"/${P}.tar.sign \
< <(xz -cd "${DISTDIR}"/${P}.tar.xz | tee >(tar -x)) < <(xz -cd "${DISTDIR}"/${P}.tar.xz | tee >(tar -xf -))
assert "Unpack failed" assert "Unpack failed"
unpack man-pages-gentoo-${GENTOO_PATCH}.tar.bz2 unpack man-pages-gentoo-${GENTOO_PATCH}.tar.bz2

View File

@ -98,7 +98,7 @@ src_unpack() {
# Upstream sign the decompressed .tar # Upstream sign the decompressed .tar
einfo "Unpacking ${P}.tar.xz ..." einfo "Unpacking ${P}.tar.xz ..."
verify-sig_verify_detached - "${DISTDIR}"/${P}.tar.sign \ verify-sig_verify_detached - "${DISTDIR}"/${P}.tar.sign \
< <(xz -cd "${DISTDIR}"/${P}.tar.xz | tee >(tar -x)) < <(xz -cd "${DISTDIR}"/${P}.tar.xz | tee >(tar -xf -))
assert "Unpack failed" assert "Unpack failed"
unpack man-pages-gentoo-${GENTOO_PATCH}.tar.bz2 unpack man-pages-gentoo-${GENTOO_PATCH}.tar.bz2