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 45429158091 for ; Sat, 11 Jun 2022 14:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D2A5E07E0; Sat, 11 Jun 2022 14:26:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 789D9E07E0 for ; Sat, 11 Jun 2022 14:26:48 +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 99ED234155C for ; Sat, 11 Jun 2022 14:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC78F475 for ; Sat, 11 Jun 2022 14:26:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1654957603.00c87c009893afc81d2ccfdff411d81e18967ae5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-14.0.5.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 00c87c009893afc81d2ccfdff411d81e18967ae5 X-VCS-Branch: master Date: Sat, 11 Jun 2022 14:26:45 +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: bf70f144-7189-44f8-b82d-df613e2991cb X-Archives-Hash: 179dcac7fd1dace9ae49b84ecddc5ca9 commit: 00c87c009893afc81d2ccfdff411d81e18967ae5 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 11 14:26:24 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 11 14:26:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c87c00 sys-devel/clang: Update LLVM_MANPAGES value in 14.0.5 Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-14.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/clang/clang-14.0.5.ebuild b/sys-devel/clang/clang-14.0.5.ebuild index 7a51cbe69086..8d2757256bed 100644 --- a/sys-devel/clang/clang-14.0.5.ebuild +++ b/sys-devel/clang/clang-14.0.5.ebuild @@ -58,7 +58,7 @@ LLVM_COMPONENTS=( clang clang-tools-extra cmake llvm/lib/Transforms/Hello ) -LLVM_MANPAGES=build +LLVM_MANPAGES=1 LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support llvm/utils/{lit,llvm-lit,unittest}