commit:     5974cc4e5efb0880c4339283dfdc8af573674ba4
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 20:13:13 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 20:13:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5974cc4e

sys-fs/cryptmount: add missing dep

Closes: https://bugs.gentoo.org/849635
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../{cryptmount-5.3.3-r1.ebuild => cryptmount-5.3.3-r2.ebuild}       | 5 +++--
 1 file 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
similarity index 99%
rename from sys-fs/cryptmount/cryptmount-5.3.3-r1.ebuild
rename to 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="

Reply via email to