diff options
author | 2012-12-01 22:12:50 +0000 | |
---|---|---|
committer | 2012-12-01 22:12:50 +0000 | |
commit | 91e2d869fc6f42e29509fdbeb047e1d4bd2a04cd (patch) | |
tree | 55edaaf5304951ddc04aadc201bc87d63e53bc16 /sys-devel | |
parent | Add a bit of debug. (diff) | |
download | gentoo-2-91e2d869fc6f42e29509fdbeb047e1d4bd2a04cd.tar.gz gentoo-2-91e2d869fc6f42e29509fdbeb047e1d4bd2a04cd.tar.bz2 gentoo-2-91e2d869fc6f42e29509fdbeb047e1d4bd2a04cd.zip |
stable ppc, bug #443508
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-3.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index 25d01841f5b4..7d87f849fbcf 100644 --- a/sys-devel/llvm/ChangeLog +++ b/sys-devel/llvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.95 2012/11/30 16:07:29 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.96 2012/12/01 22:12:50 blueness Exp $ + + 01 Dec 2012; Anthony G. Basile <blueness@gentoo.org> llvm-3.1-r2.ebuild: + stable ppc, bug #443508 30 Nov 2012; Bernard Cafarelli <voyageur@gentoo.org> llvm-2.9-r2.ebuild, +files/llvm-2.9-gcc4.7.patch: diff --git a/sys-devel/llvm/llvm-3.1-r2.ebuild b/sys-devel/llvm/llvm-3.1-r2.ebuild index 32bb2ec5b679..66d74dd654ce 100644 --- a/sys-devel/llvm/llvm-3.1-r2.ebuild +++ b/sys-devel/llvm/llvm-3.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1-r2.ebuild,v 1.5 2012/11/18 11:12:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1-r2.ebuild,v 1.6 2012/12/01 22:12:50 blueness Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -12,7 +12,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.gz" LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~arm ppc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug gold +libffi multitarget ocaml test udis86 vim-syntax" DEPEND="dev-lang/perl |