Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-9999.ebuild ChangeLog
Date: Fri, 27 Dec 2013 14:43:55
Message-Id: 20131227144350.75B072004C@flycatcher.gentoo.org
1 mgorny 13/12/27 14:43:50
2
3 Modified: llvm-9999.ebuild ChangeLog
4 Log:
5 Update/fix dependencies.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.72 sys-devel/llvm/llvm-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.72&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.72&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.71&r2=1.72
15
16 Index: llvm-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v
19 retrieving revision 1.71
20 retrieving revision 1.72
21 diff -u -r1.71 -r1.72
22 --- llvm-9999.ebuild 24 Dec 2013 20:07:03 -0000 1.71
23 +++ llvm-9999.ebuild 27 Dec 2013 14:43:50 -0000 1.72
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.71 2013/12/24 20:07:03 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.72 2013/12/27 14:43:50 mgorny Exp $
29
30 EAPI=5
31
32 @@ -26,15 +26,15 @@
33 clang? (
34 python? ( ${PYTHON_DEPS} )
35 static-analyzer? (
36 - dev-lang/perl
37 + dev-lang/perl:*
38 ${PYTHON_DEPS}
39 )
40 xml? ( dev-libs/libxml2:2= )
41 )
42 - gold? ( >=sys-devel/binutils-2.22[cxx] )
43 + gold? ( >=sys-devel/binutils-2.22:*[cxx] )
44 libffi? ( virtual/libffi:0=[${MULTILIB_USEDEP}] )
45 ncurses? ( sys-libs/ncurses:5=[${MULTILIB_USEDEP}] )
46 - ocaml? ( dev-lang/ocaml )
47 + ocaml? ( dev-lang/ocaml:0= )
48 udis86? ( dev-libs/udis86:0=[pic(+),${MULTILIB_USEDEP}] )"
49 DEPEND="${COMMON_DEPEND}
50 dev-lang/perl
51 @@ -46,7 +46,7 @@
52 ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
53 )
54 || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 )
55 - !kernel_Darwin? ( app-admin/chrpath )
56 + clang? ( xml? ( virtual/pkgconfig ) )
57 libffi? ( virtual/pkgconfig )
58 ${PYTHON_DEPS}"
59 RDEPEND="${COMMON_DEPEND}
60 @@ -196,7 +196,7 @@
61 conf_flags+=( --with-clang-resource-dir=../lib/clang/3.5 )
62 fi
63 # well, it's used only by clang executable c-index-test
64 - if multilib_build_binaries && use xml; then
65 + if multilib_build_binaries && use clang && use xml; then
66 conf_flags+=( XML2CONFIG="$(tc-getPKG_CONFIG) libxml-2.0" )
67 else
68 conf_flags+=( ac_cv_prog_XML2CONFIG="" )
69
70
71
72 1.158 sys-devel/llvm/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.158&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.158&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.157&r2=1.158
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
81 retrieving revision 1.157
82 retrieving revision 1.158
83 diff -u -r1.157 -r1.158
84 --- ChangeLog 24 Dec 2013 20:07:03 -0000 1.157
85 +++ ChangeLog 27 Dec 2013 14:43:50 -0000 1.158
86 @@ -1,6 +1,9 @@
87 # ChangeLog for sys-devel/llvm
88 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.157 2013/12/24 20:07:03 mgorny Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.158 2013/12/27 14:43:50 mgorny Exp $
91 +
92 + 27 Dec 2013; Michał Górny <mgorny@g.o> llvm-9999.ebuild:
93 + Update/fix dependencies.
94
95 24 Dec 2013; Michał Górny <mgorny@g.o> llvm-9999.ebuild:
96 Fix libLTO linking parallel make issue, bug #494922.