commit: c9d438e230dc29884a4689f59189f3032d1b1b5e
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 06:29:37 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 06:29:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d438e2
sys-fs/cryptmount: fix warnings.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
sys-fs/cryptmount/cryptmount-5.2.2.ebuild | 5 ++---
1 file 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 75d179508ab..5708d3b0ad3 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="