diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-06-07 22:13:13 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-06-07 22:13:46 +0200 |
commit | 5974cc4e5efb0880c4339283dfdc8af573674ba4 (patch) | |
tree | 6405804332e1bc6ae410c2026c62819f42c7ab4b /sys-fs/cryptmount | |
parent | dev-util/intel-graphics-compiler: drop 1.0.11061-r1 (diff) | |
download | gentoo-5974cc4e5efb0880c4339283dfdc8af573674ba4.tar.gz gentoo-5974cc4e5efb0880c4339283dfdc8af573674ba4.tar.bz2 gentoo-5974cc4e5efb0880c4339283dfdc8af573674ba4.zip |
sys-fs/cryptmount: add missing dep
Closes: https://bugs.gentoo.org/849635
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-fs/cryptmount')
-rw-r--r-- | sys-fs/cryptmount/cryptmount-5.3.3-r2.ebuild (renamed from sys-fs/cryptmount/cryptmount-5.3.3-r1.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-fs/cryptmount/cryptmount-5.3.3-r1.ebuild b/sys-fs/cryptmount/cryptmount-5.3.3-r2.ebuild index ceafbdd5eb6d..ec1442f7ac9c 100644 --- a/sys-fs/cryptmount/cryptmount-5.3.3-r1.ebuild +++ b/sys-fs/cryptmount/cryptmount-5.3.3-r2.ebuild @@ -19,13 +19,14 @@ REQUIRED_USE=" " RDEPEND=" + sys-fs/lvm2 + virtual/libiconv + virtual/libintl gcrypt? ( dev-libs/libgcrypt:0= ) luks? ( sys-fs/cryptsetup ) openssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) udev? ( virtual/udev ) - virtual/libiconv - virtual/libintl " DEPEND=" |