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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50BAA1382C5 for ; Sat, 20 Jan 2018 08:55:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55ADCE093D; Sat, 20 Jan 2018 08:54:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32439E0938 for ; Sat, 20 Jan 2018 08:54:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A44F335C3A for ; Sat, 20 Jan 2018 08:54:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 531781C6 for ; Sat, 20 Jan 2018 08:54:53 +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: <1516438481.c1deb791f7842a3863f796aa140d7a08f97fd8ec.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/metadata.xml X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c1deb791f7842a3863f796aa140d7a08f97fd8ec X-VCS-Branch: master Date: Sat, 20 Jan 2018 08:54: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-Archives-Salt: 3c9e6bf3-c650-48e6-81d1-791d91b7aa5c X-Archives-Hash: 34abc3f75423cdd92a6c8df4f40300ba commit: c1deb791f7842a3863f796aa140d7a08f97fd8ec Author: Michał Górny gentoo org> AuthorDate: Sat Jan 20 08:50:03 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 20 08:54:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1deb791 sys-devel/llvm: Fix metadata.xml app-arch/libxar -> /xar Spotted by Fabian Groffen. sys-devel/llvm/metadata.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/llvm/metadata.xml b/sys-devel/llvm/metadata.xml index 66c9caef166..e3546184271 100644 --- a/sys-devel/llvm/metadata.xml +++ b/sys-devel/llvm/metadata.xml @@ -21,6 +21,6 @@ Build compiler-rt's sanitizers Install the Clang static analyzer (requires USE=clang) Support dumping LLVM bitcode sections in Mach-O files - (uses app-arch/libxar) + (uses app-arch/xar)