diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:34:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:34:49 +0000 |
commit | b44fdd4eb9ffe64f41047a77af8af48f125310d4 (patch) | |
tree | d17927fdd0bb474ab6aeb03d15a416aefa193772 /sys-devel/llvm | |
parent | Stable for amd64, wrt bug #525758 (diff) | |
download | gentoo-2-b44fdd4eb9ffe64f41047a77af8af48f125310d4.tar.gz gentoo-2-b44fdd4eb9ffe64f41047a77af8af48f125310d4.tar.bz2 gentoo-2-b44fdd4eb9ffe64f41047a77af8af48f125310d4.zip |
Stable for amd64, wrt bug #530882
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-3.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index e6f647ddfd39..e3fe3e785e57 100644 --- a/sys-devel/llvm/ChangeLog +++ b/sys-devel/llvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.211 2014/11/26 16:13:33 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.212 2014/12/27 19:34:49 ago Exp $ + + 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> llvm-3.5.0.ebuild: + Stable for amd64, wrt bug #530882 26 Nov 2014; Bernard Cafarelli <voyageur@gentoo.org> -llvm-3.3.ebuild, -llvm-3.4.1-r2.ebuild, llvm-3.4.2.ebuild, llvm-3.5.0.ebuild, diff --git a/sys-devel/llvm/llvm-3.5.0.ebuild b/sys-devel/llvm/llvm-3.5.0.ebuild index fcedad26c12b..74ae92cf4a61 100644 --- a/sys-devel/llvm/llvm-3.5.0.ebuild +++ b/sys-devel/llvm/llvm-3.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v 1.6 2014/11/26 16:13:33 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v 1.7 2014/12/27 19:34:49 ago Exp $ EAPI=5 @@ -19,7 +19,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz LICENSE="UoI-NCSA" SLOT="0/3.5" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="clang debug doc gold libedit +libffi multitarget ncurses ocaml python +static-analyzer test xml video_cards_radeon kernel_Darwin kernel_FreeBSD" |