diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:31:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:17 +0000 |
commit | 8f731a217e5730bb637e49af97c410c62699f57a (patch) | |
tree | 701c06b35508232bd6ecfc374874e1d7c7d865e1 /dev-util/systemtap | |
parent | dev-util/diffoscope: app-arch/cpio -> app-alternatives/cpio (diff) | |
download | gentoo-8f731a217e5730bb637e49af97c410c62699f57a.tar.gz gentoo-8f731a217e5730bb637e49af97c410c62699f57a.tar.bz2 gentoo-8f731a217e5730bb637e49af97c410c62699f57a.zip |
dev-util/systemtap: app-arch/cpio -> app-alternatives/cpio
All of these will be using app-alternatives/cpio anyway as they're not calling
gcpio, so make the dep reflect reality.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/systemtap')
-rw-r--r-- | dev-util/systemtap/systemtap-4.8.ebuild | 4 | ||||
-rw-r--r-- | dev-util/systemtap/systemtap-4.9.ebuild | 4 | ||||
-rw-r--r-- | dev-util/systemtap/systemtap-5.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/systemtap/systemtap-4.8.ebuild b/dev-util/systemtap/systemtap-4.8.ebuild index a38eb34da1ac..3c104ee392db 100644 --- a/dev-util/systemtap/systemtap-4.8.ebuild +++ b/dev-util/systemtap/systemtap-4.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -36,7 +36,7 @@ CDEPEND=" " DEPEND=" ${CDEPEND} - app-arch/cpio + app-alternatives/cpio app-text/xmlto $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]') >=sys-devel/gettext-0.18.2 diff --git a/dev-util/systemtap/systemtap-4.9.ebuild b/dev-util/systemtap/systemtap-4.9.ebuild index d8827e63733e..a37ebe5df640 100644 --- a/dev-util/systemtap/systemtap-4.9.ebuild +++ b/dev-util/systemtap/systemtap-4.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -36,7 +36,7 @@ CDEPEND=" " DEPEND=" ${CDEPEND} - app-arch/cpio + app-alternatives/cpio app-text/xmlto $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]') >=sys-devel/gettext-0.18.2 diff --git a/dev-util/systemtap/systemtap-5.0.ebuild b/dev-util/systemtap/systemtap-5.0.ebuild index 27c3f6d257b6..15d5a7155f0f 100644 --- a/dev-util/systemtap/systemtap-5.0.ebuild +++ b/dev-util/systemtap/systemtap-5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -36,7 +36,7 @@ CDEPEND=" " DEPEND=" ${CDEPEND} - app-arch/cpio + app-alternatives/cpio app-text/xmlto $(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]') >=sys-devel/gettext-0.18.2 |