diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2015-02-28 09:38:31 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2015-02-28 09:38:31 +0000 |
commit | 2a0c0d57be41cb36aeaf74d753786045f6abbcc2 (patch) | |
tree | 141016750c35d753c513f89c59e68ec2f827fe9b /sys-devel/clang | |
parent | Bump to final version (diff) | |
download | gentoo-2-2a0c0d57be41cb36aeaf74d753786045f6abbcc2.tar.gz gentoo-2-2a0c0d57be41cb36aeaf74d753786045f6abbcc2.tar.bz2 gentoo-2-2a0c0d57be41cb36aeaf74d753786045f6abbcc2.zip |
Bump to final version
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/clang/clang-3.6.0-r100.ebuild (renamed from sys-devel/clang/clang-3.6.0_rc4-r100.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-devel/clang/ChangeLog b/sys-devel/clang/ChangeLog index 9fac5efed22d..c81d7a86befb 100644 --- a/sys-devel/clang/ChangeLog +++ b/sys-devel/clang/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/clang # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.120 2015/02/23 13:09:45 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.121 2015/02/28 09:38:31 voyageur Exp $ + +*clang-3.6.0-r100 (27 Feb 2015) + + 27 Feb 2015; Bernard Cafarelli <voyageur@gentoo.org> + -clang-3.6.0_rc4-r100.ebuild, +clang-3.6.0-r100.ebuild: + Bump to final version *clang-3.6.0_rc4-r100 (23 Feb 2015) diff --git a/sys-devel/clang/clang-3.6.0_rc4-r100.ebuild b/sys-devel/clang/clang-3.6.0-r100.ebuild index b4594f492738..036b5ea335b4 100644 --- a/sys-devel/clang/clang-3.6.0_rc4-r100.ebuild +++ b/sys-devel/clang/clang-3.6.0-r100.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/clang/clang-3.6.0_rc4-r100.ebuild,v 1.1 2015/02/23 13:09:45 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.6.0-r100.ebuild,v 1.1 2015/02/28 09:38:31 voyageur Exp $ EAPI=5 @@ -11,7 +11,7 @@ HOMEPAGE="http://clang.llvm.org/" SRC_URI="" LICENSE="UoI-NCSA" -SLOT="0/3.5" +SLOT="0/3.6" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug multitarget python +static-analyzer" |