commit:     f1441f011624a20d2cafb3055e9630e949c47247
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 17:42:50 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 20:29:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1441f01

dev-util/perf: use gtar for --wildcards

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

 dev-util/perf/perf-5.19.ebuild   | 2 +-
 dev-util/perf/perf-6.0.ebuild    | 2 +-
 dev-util/perf/perf-6.1.11.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/perf/perf-5.19.ebuild b/dev-util/perf/perf-5.19.ebuild
index 69d09a7dfbac..2489e3b3c6d3 100644
--- a/dev-util/perf/perf-5.19.ebuild
+++ b/dev-util/perf/perf-5.19.ebuild
@@ -114,7 +114,7 @@ src_unpack() {
        # We expect the tar implementation to support the -j option (both
        # GNU tar and libarchive's tar support that).
        echo ">>> Unpacking ${LINUX_SOURCES} (${paths[*]}) to ${PWD}"
-       tar --wildcards -xpf "${DISTDIR}"/${LINUX_SOURCES} \
+       gtar --wildcards -xpf "${DISTDIR}"/${LINUX_SOURCES} \
                "${paths[@]/#/linux-${LINUX_VER}/}" || die
 
        if [[ -n ${LINUX_PATCH} ]] ; then

diff --git a/dev-util/perf/perf-6.0.ebuild b/dev-util/perf/perf-6.0.ebuild
index 8835f1febde4..611ca8224448 100644
--- a/dev-util/perf/perf-6.0.ebuild
+++ b/dev-util/perf/perf-6.0.ebuild
@@ -113,7 +113,7 @@ src_unpack() {
        # We expect the tar implementation to support the -j option (both
        # GNU tar and libarchive's tar support that).
        echo ">>> Unpacking ${LINUX_SOURCES} (${paths[*]}) to ${PWD}"
-       tar --wildcards -xpf "${DISTDIR}"/${LINUX_SOURCES} \
+       gtar --wildcards -xpf "${DISTDIR}"/${LINUX_SOURCES} \
                "${paths[@]/#/linux-${LINUX_VER}/}" || die
 
        if [[ -n ${LINUX_PATCH} ]] ; then

diff --git a/dev-util/perf/perf-6.1.11.ebuild b/dev-util/perf/perf-6.1.11.ebuild
index bff4ba7118b7..c9df3f9793cf 100644
--- a/dev-util/perf/perf-6.1.11.ebuild
+++ b/dev-util/perf/perf-6.1.11.ebuild
@@ -113,7 +113,7 @@ src_unpack() {
        # We expect the tar implementation to support the -j option (both
        # GNU tar and libarchive's tar support that).
        echo ">>> Unpacking ${LINUX_SOURCES} (${paths[*]}) to ${PWD}"
-       tar --wildcards -xpf "${DISTDIR}"/${LINUX_SOURCES} \
+       gtar --wildcards -xpf "${DISTDIR}"/${LINUX_SOURCES} \
                "${paths[@]/#/linux-${LINUX_VER}/}" || die
 
        if [[ -n ${LINUX_PATCH} ]] ; then

Reply via email to