dev-util/pahole: Sync with Gentoo

It's from Gentoo commit e8d68f139708143910ac9212eb04553b5cdedf3c.

Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
Flatcar Buildbot 2026-03-02 07:25:29 +00:00 committed by Krzesimir Nowak
parent fc3fe04bd0
commit eb954674ef
2 changed files with 6 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -55,12 +55,9 @@ src_unpack() {
return
fi
# Upstream sign the decompressed .tar
if use verify-sig; then
einfo "Unpacking ${MY_P}.tar.xz ..."
verify-sig_verify_detached - "${DISTDIR}"/${MY_P}.tar.sign \
< <(xz -cd "${DISTDIR}"/${MY_P}.tar.xz | tee >(tar -xf -))
assert "Unpack failed"
verify-sig_uncompress_verify_unpack "${DISTDIR}"/${MY_P}.tar.xz \
"${DISTDIR}"/${MY_P}.tar.sign
else
default
fi

View File

@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -55,12 +55,9 @@ src_unpack() {
return
fi
# Upstream sign the decompressed .tar
if use verify-sig; then
einfo "Unpacking ${MY_P}.tar.xz ..."
verify-sig_verify_detached - "${DISTDIR}"/${MY_P}.tar.sign \
< <(xz -cd "${DISTDIR}"/${MY_P}.tar.xz | tee >(tar -xf -))
assert "Unpack failed"
verify-sig_uncompress_verify_unpack "${DISTDIR}"/${MY_P}.tar.xz \
"${DISTDIR}"/${MY_P}.tar.sign
else
default
fi