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 AA1C11382C5 for ; Sat, 20 Jan 2018 08:46:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 117BAE0921; Sat, 20 Jan 2018 08:46:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A7EADE0917 for ; Sat, 20 Jan 2018 08:46:20 +0000 (UTC) Received: from pomiot (d202-252.icpnet.pl [109.173.202.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 9A2DE335C37; Sat, 20 Jan 2018 08:46:18 +0000 (UTC) Message-ID: <1516437974.1103.0.camel@gentoo.org> Subject: Re: [gentoo-dev] Re: repo/gentoo:master commit in: sys-devel/llvm/ From: =?UTF-8?Q?Micha=C5=82_G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Date: Sat, 20 Jan 2018 09:46:14 +0100 In-Reply-To: <20180120083404.GN1017@gentoo.org> References: <1516400503.5bcc52f047db4438cd7427a094dcbb06bb2d4513.mgorny@gentoo> <20180120083404.GN1017@gentoo.org> Organization: Gentoo Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.6 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 7c52936d-e5e9-4edd-b712-f69b206248b9 X-Archives-Hash: f6382d901bd8e6d4262f11b2d1df1d75 W dniu sob, 20.01.2018 o godzinie 09∶34 +0100, użytkownik Fabian Groffen napisał: > On 19-01-2018 22:21:55 +0000, Michał Górny wrote: > > URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bcc52f0 > > > > sys-devel/llvm: Fix implicit dependency on app-arch/libxar > > > > Support conditionally using app-arch/libxar in LLVM 6+, and explicitly > > libxar > > > @@ -45,6 +45,7 @@ RDEPEND=" > > libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] ) > > libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] ) > > ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] ) > > + xar? ( app-arch/xar ) > > xar here > > > --- a/sys-devel/llvm/metadata.xml > > +++ b/sys-devel/llvm/metadata.xml > > @@ -20,5 +20,7 @@ > > Support querying terminal properties using ncurses' terminfo > > 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) > > I think you mean app-arch/xar everywhere? > Yeah, my brain playing tricks on me. -- Best regards, Michał Górny