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 A49A21382C5 for ; Tue, 2 Jan 2018 17:21:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 129D8E085E; Tue, 2 Jan 2018 17:21:33 +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 E40F7E085E for ; Tue, 2 Jan 2018 17:21:32 +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 DAF5C335C0F for ; Tue, 2 Jan 2018 17:21:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73CF8193 for ; Tue, 2 Jan 2018 17:21:30 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1514913559.d9dc418a283b3b47302d5f0ec325fc82d7670102.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptsetup/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild X-VCS-Directories: sys-fs/cryptsetup/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d9dc418a283b3b47302d5f0ec325fc82d7670102 X-VCS-Branch: master Date: Tue, 2 Jan 2018 17:21:30 +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: 6d24a36f-ce9b-4d3e-a948-0ec61fe618c8 X-Archives-Hash: 6a9c9bb3ee41648e68bbe8676a1a4653 commit: d9dc418a283b3b47302d5f0ec325fc82d7670102 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Jan 2 17:19:19 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Jan 2 17:19:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9dc418a sys-fs/cryptsetup: Add sub slot operator on app-crypt/argon2 atom Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild b/sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild index 503a03a2634..14e340bb400 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,7 +28,7 @@ LIB_DEPEND=" dev-libs/libgpg-error[static-libs(+)] dev-libs/popt[static-libs(+)] >=sys-apps/util-linux-2.31-r1[static-libs(+)] - argon2? ( app-crypt/argon2[static-libs(+)] ) + argon2? ( app-crypt/argon2:=[static-libs(+)] ) gcrypt? ( dev-libs/libgcrypt:0=[static-libs(+)] ) nettle? ( >=dev-libs/nettle-2.4[static-libs(+)] ) openssl? (