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 93C26139083 for ; Wed, 13 Dec 2017 18:37:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9632E0F7E; Wed, 13 Dec 2017 18:37:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AA6F3E0F7E for ; Wed, 13 Dec 2017 18:37:52 +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 463F733C6B6 for ; Wed, 13 Dec 2017 18:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08BB6AD73 for ; Wed, 13 Dec 2017 18:37:50 +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: <1513190264.4749e3e75c66d2e790537cd7cd579ca96812b9c3.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.ebuild X-VCS-Directories: sys-fs/cryptsetup/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4749e3e75c66d2e790537cd7cd579ca96812b9c3 X-VCS-Branch: master Date: Wed, 13 Dec 2017 18:37:50 +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: 45ad089c-a1ff-40a3-a0bf-b0c31e8382ef X-Archives-Hash: 12e2a0a87af998d3d0e2b1a2237e9410 commit: 4749e3e75c66d2e790537cd7cd579ca96812b9c3 Author: Lars Wendler gentoo org> AuthorDate: Wed Dec 13 18:37:34 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Dec 13 18:37:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4749e3e7 sys-fs/cryptsetup: Added missing statc-libs dep for json-c. Closes: https://bugs.gentoo.org/640940 Package-Manager: Portage-2.3.18, Repoman-2.3.6 sys-fs/cryptsetup/cryptsetup-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/cryptsetup/cryptsetup-2.0.0.ebuild b/sys-fs/cryptsetup/cryptsetup-2.0.0.ebuild index 8dc80996379..ecdf5fbd105 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.0.0.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.0.0.ebuild @@ -25,6 +25,7 @@ REQUIRED_USE="^^ ( ${CRYPTO_BACKENDS//+/} ) static? ( !gcrypt )" #496612 LIB_DEPEND=" + dev-libs/json-c[static-libs(+)] dev-libs/libgpg-error[static-libs(+)] dev-libs/popt[static-libs(+)] sys-apps/util-linux[static-libs(+)] @@ -45,7 +46,6 @@ RDEPEND="static-libs? ( ${LIB_DEPEND} ) ${LIB_DEPEND//\[static-libs\(+\)\]} python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} - dev-libs/json-c virtual/pkgconfig static? ( ${LIB_DEPEND} )"