diff options
author | Sam James <sam@gentoo.org> | 2023-06-13 12:40:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-13 12:40:17 +0100 |
commit | 48cca6c4e03a095cc99c744a689b0633baab1ce3 (patch) | |
tree | c6be36d3a748fcf78115ba85e3541e0a490d0804 /dev-util/perf | |
parent | dev-ruby/rack-protection: update upstream metadata (diff) | |
download | gentoo-48cca6c4e03a095cc99c744a689b0633baab1ce3.tar.gz gentoo-48cca6c4e03a095cc99c744a689b0633baab1ce3.tar.bz2 gentoo-48cca6c4e03a095cc99c744a689b0633baab1ce3.zip |
dev-util/perf: depend on newer tar for 'gtar' symlink
Thanks to jkroon, flow, and ceamac.
Bug: 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-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-util/perf/perf-6.0-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-util/perf/perf-6.2-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-util/perf/perf-6.3.ebuild | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/dev-util/perf/perf-5.19-r1.ebuild b/dev-util/perf/perf-5.19-r1.ebuild index ea6fd7e11d61..da0f5c7509fe 100644 --- a/dev-util/perf/perf-5.19-r1.ebuild +++ b/dev-util/perf/perf-5.19-r1.ebuild @@ -41,6 +41,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" BDEPEND=" ${LINUX_PATCH+dev-util/patchutils} ${PYTHON_DEPS} + >=app-arch/tar-1.34-r2 dev-python/setuptools[${PYTHON_USEDEP}] sys-devel/bison sys-devel/flex diff --git a/dev-util/perf/perf-6.0-r1.ebuild b/dev-util/perf/perf-6.0-r1.ebuild index 04184b462006..c1abe01f17eb 100644 --- a/dev-util/perf/perf-6.0-r1.ebuild +++ b/dev-util/perf/perf-6.0-r1.ebuild @@ -40,6 +40,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" BDEPEND=" ${LINUX_PATCH+dev-util/patchutils} ${PYTHON_DEPS} + >=app-arch/tar-1.34-r2 dev-python/setuptools[${PYTHON_USEDEP}] sys-devel/bison sys-devel/flex diff --git a/dev-util/perf/perf-6.2-r1.ebuild b/dev-util/perf/perf-6.2-r1.ebuild index 8a46cf67337d..8c07d2f59dcb 100644 --- a/dev-util/perf/perf-6.2-r1.ebuild +++ b/dev-util/perf/perf-6.2-r1.ebuild @@ -40,6 +40,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" BDEPEND=" ${LINUX_PATCH+dev-util/patchutils} ${PYTHON_DEPS} + >=app-arch/tar-1.34-r2 dev-python/setuptools[${PYTHON_USEDEP}] sys-devel/bison sys-devel/flex diff --git a/dev-util/perf/perf-6.3.ebuild b/dev-util/perf/perf-6.3.ebuild index 8a46cf67337d..8c07d2f59dcb 100644 --- a/dev-util/perf/perf-6.3.ebuild +++ b/dev-util/perf/perf-6.3.ebuild @@ -40,6 +40,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" BDEPEND=" ${LINUX_PATCH+dev-util/patchutils} ${PYTHON_DEPS} + >=app-arch/tar-1.34-r2 dev-python/setuptools[${PYTHON_USEDEP}] sys-devel/bison sys-devel/flex |