diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:31:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:18 +0000 |
commit | 1e842194512b63a59e61caf9ab0b0502c06b7b36 (patch) | |
tree | 594472abc6ad82a54ba6fa411b37f5cae21929b4 /sys-cluster/ceph | |
parent | sys-boot/grub: app-arch/cpio -> app-alternatives/cpio (diff) | |
download | gentoo-1e842194512b63a59e61caf9ab0b0502c06b7b36.tar.gz gentoo-1e842194512b63a59e61caf9ab0b0502c06b7b36.tar.bz2 gentoo-1e842194512b63a59e61caf9ab0b0502c06b7b36.zip |
sys-cluster/ceph: 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 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-16.2.14-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-17.2.6-r8.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-17.2.7.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-18.2.0-r2.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/ceph/ceph-16.2.14-r1.ebuild b/sys-cluster/ceph/ceph-16.2.14-r1.ebuild index 5a43bbd46ea1..5375a8bf5087 100644 --- a/sys-cluster/ceph/ceph-16.2.14-r1.ebuild +++ b/sys-cluster/ceph/ceph-16.2.14-r1.ebuild @@ -101,7 +101,7 @@ DEPEND=" BDEPEND=" amd64? ( dev-lang/nasm ) x86? ( dev-lang/yasm ) - app-arch/cpio + app-alternatives/cpio >=dev-util/cmake-3.5.0 dev-python/cython[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild index 5418068ea653..8ded81da01a3 100644 --- a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild +++ b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild @@ -108,7 +108,7 @@ DEPEND=" BDEPEND=" amd64? ( dev-lang/nasm ) x86? ( dev-lang/yasm ) - app-arch/cpio + app-alternatives/cpio >=dev-util/cmake-3.5.0 dev-python/cython[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/sys-cluster/ceph/ceph-17.2.7.ebuild b/sys-cluster/ceph/ceph-17.2.7.ebuild index 07df21b4c130..b37389f880ba 100644 --- a/sys-cluster/ceph/ceph-17.2.7.ebuild +++ b/sys-cluster/ceph/ceph-17.2.7.ebuild @@ -108,7 +108,7 @@ DEPEND=" BDEPEND=" amd64? ( dev-lang/nasm ) x86? ( dev-lang/yasm ) - app-arch/cpio + app-alternatives/cpio >=dev-util/cmake-3.5.0 dev-python/cython[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/sys-cluster/ceph/ceph-18.2.0-r2.ebuild b/sys-cluster/ceph/ceph-18.2.0-r2.ebuild index 1f455f56e192..88f8c8dde436 100644 --- a/sys-cluster/ceph/ceph-18.2.0-r2.ebuild +++ b/sys-cluster/ceph/ceph-18.2.0-r2.ebuild @@ -110,7 +110,7 @@ DEPEND=" BDEPEND=" amd64? ( dev-lang/nasm ) x86? ( dev-lang/yasm ) - app-arch/cpio + app-alternatives/cpio >=dev-util/cmake-3.5.0 dev-python/cython[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] |