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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6865A159C96 for ; Wed, 24 Jul 2024 17:08:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92590E2A9B; Wed, 24 Jul 2024 17:08:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D627E2A9B for ; Wed, 24 Jul 2024 17:08:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75250341C25 for ; Wed, 24 Jul 2024 17:08:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 106FA1E30 for ; Wed, 24 Jul 2024 17:08:12 +0000 (UTC) From: "Luca Barbato" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" Message-ID: <1721840681.eb2306ff56867a518eea3b5369eb3cac7f4a35ec.lu_zero@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.7.3.ebuild X-VCS-Directories: sys-fs/cryptsetup/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: eb2306ff56867a518eea3b5369eb3cac7f4a35ec X-VCS-Branch: master Date: Wed, 24 Jul 2024 17:08: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f76e391b-c7e1-4072-bb73-85698dbcba3c X-Archives-Hash: 00ddd355c0f3d9cf0815e9043f6649a2 commit: eb2306ff56867a518eea3b5369eb3cac7f4a35ec Author: Luca Barbato gentoo org> AuthorDate: Wed Jul 24 17:01:26 2024 +0000 Commit: Luca Barbato gentoo org> CommitDate: Wed Jul 24 17:04:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2306ff sys-fs/cryptsetup: Remove the restriction on gcrypt gcrypt now builds correctly as +static-libs and cryptsetup +static builds and works correctly. Closes: https://bugs.gentoo.org/496612 Signed-off-by: Luca Barbato gentoo.org> sys-fs/cryptsetup/cryptsetup-2.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/cryptsetup/cryptsetup-2.7.3.ebuild b/sys-fs/cryptsetup/cryptsetup-2.7.3.ebuild index 14f76fc36fb8..71d96dacde92 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.7.3.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.7.3.ebuild @@ -25,7 +25,7 @@ RESTRICT="!test? ( test )" # bug #496612, bug #832711, bug #843863 REQUIRED_USE=" ^^ ( ${CRYPTO_BACKENDS//+/} ) - static? ( !gcrypt !ssh !udev !fips ) + static? ( !ssh !udev !fips ) fips? ( !kernel !nettle ) "