From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BF0B139694 for ; Tue, 18 Jul 2017 06:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1D42E0BB3; Tue, 18 Jul 2017 06:29:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B214E0BB3 for ; Tue, 18 Jul 2017 06:29:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AF84341923 for ; Tue, 18 Jul 2017 06:29:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84D45748F for ; Tue, 18 Jul 2017 06:29:53 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1500359377.c9d438e230dc29884a4689f59189f3032d1b1b5e.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptmount/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/cryptmount/cryptmount-5.2.2.ebuild X-VCS-Directories: sys-fs/cryptmount/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: c9d438e230dc29884a4689f59189f3032d1b1b5e X-VCS-Branch: master Date: Tue, 18 Jul 2017 06:29:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9420cdc4-2f80-4c0d-8ab9-0d84cbfa4cd0 X-Archives-Hash: 9264fcc7b580b6f2fd98d8abafdcc6dd commit: c9d438e230dc29884a4689f59189f3032d1b1b5e Author: Patrice Clement gentoo org> AuthorDate: Tue Jul 18 06:29:37 2017 +0000 Commit: Patrice Clement gentoo 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="