diff options
Diffstat (limited to 'sys-fs/cryptmount')
-rw-r--r-- | sys-fs/cryptmount/cryptmount-5.2.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-fs/cryptmount/cryptmount-5.2.2.ebuild b/sys-fs/cryptmount/cryptmount-5.2.2.ebuild index 75d179508ab3..5708d3b0ad3d 100644 --- a/sys-fs/cryptmount/cryptmount-5.2.2.ebuild +++ b/sys-fs/cryptmount/cryptmount-5.2.2.ebuild @@ -15,13 +15,12 @@ KEYWORDS="~amd64 ~x86" IUSE="nls +ssl systemd" - DOCS=( AUTHORS ChangeLog NEWS README RELNOTES ToDo ) RDEPEND=" - dev-libs/libgcrypt + dev-libs/libgcrypt:0= nls? ( virtual/libintl ) - ssl? ( dev-libs/openssl ) + ssl? ( dev-libs/openssl:0= ) systemd? ( sys-apps/systemd )" DEPEND=" |