diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-07-19 17:29:33 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-07-19 17:29:33 +0000 |
commit | 1d0e37417d5a791a6a80399fcbeaeddcc67c1fec (patch) | |
tree | 2736f763a2aa949819ba890a1252304ef2aac109 /sys-devel | |
parent | Version bump. (diff) | |
download | gentoo-2-1d0e37417d5a791a6a80399fcbeaeddcc67c1fec.tar.gz gentoo-2-1d0e37417d5a791a6a80399fcbeaeddcc67c1fec.tar.bz2 gentoo-2-1d0e37417d5a791a6a80399fcbeaeddcc67c1fec.zip |
Remove no longer needed gcc-4.9 patch. Update clang vesion number.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index 0cebd06170ae..134bc4dbe79c 100644 --- a/sys-devel/llvm/ChangeLog +++ b/sys-devel/llvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.255 2015/06/29 11:58:05 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.256 2015/07/19 17:29:33 mgorny Exp $ + + 19 Jul 2015; Michał Górny <mgorny@gentoo.org> llvm-9999.ebuild: + Remove no longer needed gcc-4.9 patch. Update clang vesion number. 29 Jun 2015; Bernard Cafarelli <voyageur@gentoo.org> llvm-3.5.2.ebuild, +files/llvm-3.5.2-gcc-5.1.patch: diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index 5f589c32a2ef..3798e2c1132a 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.118 2015/06/15 22:26:52 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.119 2015/07/19 17:29:33 mgorny Exp $ EAPI=5 @@ -152,7 +152,6 @@ src_unpack() { } src_prepare() { - epatch "${FILESDIR}"/${PN}-3.5-gcc-4.9.patch # Make ocaml warnings non-fatal, bug #537308 sed -e "/RUN/s/-warn-error A//" -i test/Bindings/OCaml/*ml || die @@ -364,7 +363,7 @@ src_install() { if use clang; then # note: magic applied in multilib_src_install()! - CLANG_VERSION=3.7 + CLANG_VERSION=3.8 MULTILIB_CHOST_TOOLS+=( /usr/bin/clang |