diff options
author | Sam James <sam@gentoo.org> | 2021-07-10 19:49:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-10 19:49:39 +0100 |
commit | 4248f26a9bf3279cbca095be2e1d42e57b217c10 (patch) | |
tree | dcdb5c8f9e2c87f2a1d55ab2c64b572ada23b53f /sys-cluster/ceph | |
parent | app-shells/ctypes-sh: add dev-libs/libffi subslot dep (diff) | |
download | gentoo-4248f26a9bf3279cbca095be2e1d42e57b217c10.tar.gz gentoo-4248f26a9bf3279cbca095be2e1d42e57b217c10.tar.bz2 gentoo-4248f26a9bf3279cbca095be2e1d42e57b217c10.zip |
sys-cluster/ceph: add missing libcrypt dependency
Closes: https://bugs.gentoo.org/801181
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-14.2.21-r2.ebuild (renamed from sys-cluster/ceph/ceph-14.2.21-r1.ebuild) | 1 | ||||
-rw-r--r-- | sys-cluster/ceph/ceph-15.2.12-r2.ebuild (renamed from sys-cluster/ceph/ceph-15.2.12-r1.ebuild) | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-cluster/ceph/ceph-14.2.21-r1.ebuild b/sys-cluster/ceph/ceph-14.2.21-r2.ebuild index 36597b47ed0a..aa787f1388b9 100644 --- a/sys-cluster/ceph/ceph-14.2.21-r1.ebuild +++ b/sys-cluster/ceph/ceph-14.2.21-r2.ebuild @@ -36,6 +36,7 @@ IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})" DEPEND=" acct-group/ceph acct-user/ceph + virtual/libcrypt:= virtual/libudev:= app-arch/bzip2:= app-arch/lz4:= diff --git a/sys-cluster/ceph/ceph-15.2.12-r1.ebuild b/sys-cluster/ceph/ceph-15.2.12-r2.ebuild index acb36e7d6617..75c961e4526c 100644 --- a/sys-cluster/ceph/ceph-15.2.12-r1.ebuild +++ b/sys-cluster/ceph/ceph-15.2.12-r2.ebuild @@ -36,6 +36,7 @@ IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})" DEPEND=" acct-group/ceph acct-user/ceph + virtual/libcrypt:= virtual/libudev:= app-arch/bzip2:= app-arch/lz4:= |