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 42669158091 for ; Sat, 11 Jun 2022 11:07:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B5FBE0794; Sat, 11 Jun 2022 11:07:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 F206CE0794 for ; Sat, 11 Jun 2022 11:07:24 +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 F1670341937 for ; Sat, 11 Jun 2022 11:07:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33F2C4FF for ; Sat, 11 Jun 2022 11:07:22 +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: <1654945619.aa3212a18d4a2f81d2a54fbf76e765845a3e92ef.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-12.0.1.ebuild sys-devel/clang/clang-13.0.1.ebuild sys-devel/clang/clang-14.0.1-r1.ebuild sys-devel/clang/clang-14.0.3.ebuild sys-devel/clang/clang-14.0.4.ebuild sys-devel/clang/clang-15.0.0.9999.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: aa3212a18d4a2f81d2a54fbf76e765845a3e92ef X-VCS-Branch: master Date: Sat, 11 Jun 2022 11:07:22 +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: 27410777-9f6d-42a7-8c15-6e70efd7a1b4 X-Archives-Hash: 059fc237c969b67b79ca63c98e81bc3f commit: aa3212a18d4a2f81d2a54fbf76e765845a3e92ef Author: Michał Górny gentoo org> AuthorDate: Sat Jun 11 08:30:16 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 11 11:06:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa3212a1 sys-devel/clang: Replace obsolete LLVM_MANPAGES value Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-12.0.1.ebuild | 2 +- sys-devel/clang/clang-13.0.1.ebuild | 2 +- sys-devel/clang/clang-14.0.1-r1.ebuild | 2 +- sys-devel/clang/clang-14.0.3.ebuild | 2 +- sys-devel/clang/clang-14.0.4.ebuild | 2 +- sys-devel/clang/clang-15.0.0.9999.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-devel/clang/clang-12.0.1.ebuild b/sys-devel/clang/clang-12.0.1.ebuild index e4b38d294772..678ea397dc6b 100644 --- a/sys-devel/clang/clang-12.0.1.ebuild +++ b/sys-devel/clang/clang-12.0.1.ebuild @@ -58,7 +58,7 @@ PDEPEND=" default-lld? ( sys-devel/lld )" LLVM_COMPONENTS=( clang clang-tools-extra ) -LLVM_MANPAGES=pregenerated +LLVM_MANPAGES=1 LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support llvm/utils/{lit,llvm-lit,unittest} diff --git a/sys-devel/clang/clang-13.0.1.ebuild b/sys-devel/clang/clang-13.0.1.ebuild index 6f7c66ee8f02..07606d6b05a0 100644 --- a/sys-devel/clang/clang-13.0.1.ebuild +++ b/sys-devel/clang/clang-13.0.1.ebuild @@ -45,7 +45,7 @@ PDEPEND=" default-lld? ( sys-devel/lld )" LLVM_COMPONENTS=( clang clang-tools-extra ) -LLVM_MANPAGES=pregenerated +LLVM_MANPAGES=1 LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support llvm/utils/{lit,llvm-lit,unittest} diff --git a/sys-devel/clang/clang-14.0.1-r1.ebuild b/sys-devel/clang/clang-14.0.1-r1.ebuild index 01be8123474b..088a3ff7eb67 100644 --- a/sys-devel/clang/clang-14.0.1-r1.ebuild +++ b/sys-devel/clang/clang-14.0.1-r1.ebuild @@ -51,7 +51,7 @@ LLVM_COMPONENTS=( clang clang-tools-extra cmake llvm/lib/Transforms/Hello ) -LLVM_MANPAGES=pregenerated +LLVM_MANPAGES=1 LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support llvm/utils/{lit,llvm-lit,unittest} diff --git a/sys-devel/clang/clang-14.0.3.ebuild b/sys-devel/clang/clang-14.0.3.ebuild index 19d50597423e..8d2757256bed 100644 --- a/sys-devel/clang/clang-14.0.3.ebuild +++ b/sys-devel/clang/clang-14.0.3.ebuild @@ -58,7 +58,7 @@ LLVM_COMPONENTS=( clang clang-tools-extra cmake llvm/lib/Transforms/Hello ) -LLVM_MANPAGES=pregenerated +LLVM_MANPAGES=1 LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support llvm/utils/{lit,llvm-lit,unittest} diff --git a/sys-devel/clang/clang-14.0.4.ebuild b/sys-devel/clang/clang-14.0.4.ebuild index 9039d2302888..2c42218462f8 100644 --- a/sys-devel/clang/clang-14.0.4.ebuild +++ b/sys-devel/clang/clang-14.0.4.ebuild @@ -58,7 +58,7 @@ LLVM_COMPONENTS=( clang clang-tools-extra cmake llvm/lib/Transforms/Hello ) -LLVM_MANPAGES=pregenerated +LLVM_MANPAGES=1 LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support llvm/utils/{lit,llvm-lit,unittest} diff --git a/sys-devel/clang/clang-15.0.0.9999.ebuild b/sys-devel/clang/clang-15.0.0.9999.ebuild index eed1670c87ea..4c8e1d4b50ce 100644 --- a/sys-devel/clang/clang-15.0.0.9999.ebuild +++ b/sys-devel/clang/clang-15.0.0.9999.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}