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 F1CF415800D for ; Wed, 5 Jul 2023 20:41:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45A2FE0887; Wed, 5 Jul 2023 20:41:56 +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 2B420E0887 for ; Wed, 5 Jul 2023 20:41:56 +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 412EE335D7F for ; Wed, 5 Jul 2023 20:41:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3988119 for ; Wed, 5 Jul 2023 20:41:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1688589699.231fdfd9f1c1819d19440627ebe0ea58576a9965.sam@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: gkbuilds/ X-VCS-Repository: proj/genkernel X-VCS-Files: gkbuilds/cryptsetup.gkbuild X-VCS-Directories: gkbuilds/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 231fdfd9f1c1819d19440627ebe0ea58576a9965 X-VCS-Branch: master Date: Wed, 5 Jul 2023 20:41: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a6de6359-3e7f-440b-ab5c-ece624a38669 X-Archives-Hash: 821f88938897a9d11df4f86c5b9d0158 commit: 231fdfd9f1c1819d19440627ebe0ea58576a9965 Author: Sam James gentoo org> AuthorDate: Wed Jul 5 20:41:39 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 5 20:41:39 2023 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=231fdfd9 gkbuilds: cryptsetup: disable asciidoc Signed-off-by: Sam James gentoo.org> gkbuilds/cryptsetup.gkbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/gkbuilds/cryptsetup.gkbuild b/gkbuilds/cryptsetup.gkbuild index 816df60..c084286 100644 --- a/gkbuilds/cryptsetup.gkbuild +++ b/gkbuilds/cryptsetup.gkbuild @@ -11,6 +11,7 @@ src_configure() { local myconf=( --enable-internal-argon2 --sbindir=/sbin + --disable-asciidoc --disable-nls --disable-selinux --disable-ssh-token