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 2DB42139083 for ; Tue, 19 Dec 2017 12:36:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61905E1061; Tue, 19 Dec 2017 12:36:15 +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 3F76CE1061 for ; Tue, 19 Dec 2017 12:36:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1E9B833C6B6 for ; Tue, 19 Dec 2017 12:36:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B62F4AE1D for ; Tue, 19 Dec 2017 12:36:12 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1513686964.c91717c9d8df988a460807de16a1a70e357e63b2.polynomial-c@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: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c91717c9d8df988a460807de16a1a70e357e63b2 X-VCS-Branch: master Date: Tue, 19 Dec 2017 12:36:12 +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: 32fb111d-40d1-4c00-bb0b-0ccbbb18ba00 X-Archives-Hash: 58d149749e11f389c02e6b6ca71710e3 commit: c91717c9d8df988a460807de16a1a70e357e63b2 Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 19 11:47:52 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 19 12:36:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91717c9 sys-fs/cryptsetup: Added sub-slot dep for dev-libs/json-c Closes: https://bugs.gentoo.org/641670 Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild b/sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild index 66f994df07b..503a03a2634 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild @@ -24,7 +24,7 @@ REQUIRED_USE="^^ ( ${CRYPTO_BACKENDS//+/} ) static? ( !gcrypt )" #496612 LIB_DEPEND=" - dev-libs/json-c[static-libs(+)] + dev-libs/json-c:=[static-libs(+)] dev-libs/libgpg-error[static-libs(+)] dev-libs/popt[static-libs(+)] >=sys-apps/util-linux-2.31-r1[static-libs(+)]