commit: 48cca6c4e03a095cc99c744a689b0633baab1ce3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 13 11:40:17 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 13 11:40:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cca6c4
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 <AT> gentoo.org> dev-util/perf/perf-5.19-r1.ebuild | 1 + dev-util/perf/perf-6.0-r1.ebuild | 1 + dev-util/perf/perf-6.2-r1.ebuild | 1 + dev-util/perf/perf-6.3.ebuild | 1 + 4 files changed, 4 insertions(+) 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
