Gentoo Archives: gentoo-dev

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

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Re: repo/gentoo:master commit in: sys-devel/llvm/ "Michał Górny" <mgorny@g.o>