Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: repo/gentoo:master commit in: sys-devel/llvm/
Date: Sat, 20 Jan 2018 08:46:26
Message-Id: 1516437974.1103.0.camel@gentoo.org
In Reply to: [gentoo-dev] Re: repo/gentoo:master commit in: sys-devel/llvm/ by Fabian Groffen
1 W dniu sob, 20.01.2018 o godzinie 09∶34 +0100, użytkownik Fabian Groffen
2 napisał:
3 > On 19-01-2018 22:21:55 +0000, Michał Górny wrote:
4 > > URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bcc52f0
5 > >
6 > > sys-devel/llvm: Fix implicit dependency on app-arch/libxar
7 > >
8 > > Support conditionally using app-arch/libxar in LLVM 6+, and explicitly
9 >
10 > libxar
11 >
12 > > @@ -45,6 +45,7 @@ RDEPEND="
13 > > libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] )
14 > > libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] )
15 > > ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] )
16 > > + xar? ( app-arch/xar )
17 >
18 > xar here
19 >
20 > > --- a/sys-devel/llvm/metadata.xml
21 > > +++ b/sys-devel/llvm/metadata.xml
22 > > @@ -20,5 +20,7 @@
23 > > <flag name="ncurses">Support querying terminal properties using ncurses' terminfo</flag>
24 > > <flag name="sanitize">Build compiler-rt's sanitizers</flag>
25 > > <flag name="static-analyzer">Install the Clang static analyzer (requires USE=clang)</flag>
26 > > + <flag name="xar">Support dumping LLVM bitcode sections in Mach-O files
27 > > + (uses <pkg>app-arch/libxar</pkg>)</flag>
28 >
29 > I think you mean app-arch/xar everywhere?
30 >
31
32 Yeah, my brain playing tricks on me.
33
34 --
35 Best regards,
36 Michał Górny