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 @@
> >             <flag name="ncurses">Support querying terminal properties using 
> > ncurses' terminfo</flag>
> >             <flag name="sanitize">Build compiler-rt's sanitizers</flag>
> >             <flag name="static-analyzer">Install the Clang static analyzer 
> > (requires USE=clang)</flag>
> > +           <flag name="xar">Support dumping LLVM bitcode sections in 
> > Mach-O files
> > +                   (uses <pkg>app-arch/libxar</pkg>)</flag>
> 
> I think you mean app-arch/xar everywhere?
> 

Yeah, my brain playing tricks on me.

-- 
Best regards,
Michał Górny


Reply via email to