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 2360B158091 for ; Sat, 11 Jun 2022 14:00:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FD1FE07D4; Sat, 11 Jun 2022 14:00:48 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA3F0E07D4 for ; Sat, 11 Jun 2022 14:00:47 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD18F3417D0 for ; Sat, 11 Jun 2022 14:00:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27C9144B for ; Sat, 11 Jun 2022 14:00:45 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1654955892.b7b6f7f58d4bdec7a8579a7cc3ea6247d1a9db49.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-14.0.5.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b7b6f7f58d4bdec7a8579a7cc3ea6247d1a9db49 X-VCS-Branch: master Date: Sat, 11 Jun 2022 14:00: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: 87a7d6ff-0ac2-4062-a2c7-12ddaaf37e02 X-Archives-Hash: 5fa7895c06ac8f60cff5281dd0a00575 commit: b7b6f7f58d4bdec7a8579a7cc3ea6247d1a9db49 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Jun 11 13:53:13 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Jun 11 13:58:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b6f7f5 sys-devel/llvm: switch to pregen manpages for 14.0.5 Taking the liberty to fix myself, the tarball is already there. Closes: https://bugs.gentoo.org/851216 Signed-off-by: Ionen Wolkens gentoo.org> sys-devel/llvm/llvm-14.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/llvm/llvm-14.0.5.ebuild b/sys-devel/llvm/llvm-14.0.5.ebuild index 4d5f2d4ab016..955b7f70d83e 100644 --- a/sys-devel/llvm/llvm-14.0.5.ebuild +++ b/sys-devel/llvm/llvm-14.0.5.ebuild @@ -67,7 +67,7 @@ PDEPEND=" " LLVM_COMPONENTS=( llvm cmake third-party ) -LLVM_MANPAGES=build +LLVM_MANPAGES=1 LLVM_PATCHSET=${PV} LLVM_USE_TARGETS=provide llvm.org_set_globals