diff options
author | 2023-02-23 17:42:50 +0000 | |
---|---|---|
committer | 2023-02-23 20:29:09 +0000 | |
commit | f1441f011624a20d2cafb3055e9630e949c47247 (patch) | |
tree | de68091b19cab20d8a773e38d2dad550735c57f1 /dev-util/perf | |
parent | www-client/microsoft-edge-dev: remove old (diff) | |
download | gentoo-f1441f011624a20d2cafb3055e9630e949c47247.tar.gz gentoo-f1441f011624a20d2cafb3055e9630e949c47247.tar.bz2 gentoo-f1441f011624a20d2cafb3055e9630e949c47247.zip |
dev-util/perf: use gtar for --wildcards
Closes: https://bugs.gentoo.org/887761
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/perf')
-rw-r--r-- | dev-util/perf/perf-5.19.ebuild | 2 | ||||
-rw-r--r-- | dev-util/perf/perf-6.0.ebuild | 2 | ||||
-rw-r--r-- | 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 |