diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-23 11:03:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-23 11:03:36 +0000 |
commit | c32528697b12cf2cdd0ec2b3962080b9e10f694e (patch) | |
tree | 0cbee1c73dd11da6dc47c2a4e009bb105bd04d42 /sys-devel | |
parent | Version bump. (diff) | |
download | gentoo-2-c32528697b12cf2cdd0ec2b3962080b9e10f694e.tar.gz gentoo-2-c32528697b12cf2cdd0ec2b3962080b9e10f694e.tar.bz2 gentoo-2-c32528697b12cf2cdd0ec2b3962080b9e10f694e.zip |
Stable for ppc, wrt bug #491018
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-3.3-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index 754cd140b527..9cee2a4e248b 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.180 2014/03/11 18:40:17 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.181 2014/03/23 11:03:36 ago Exp $ + + 23 Mar 2014; Agostino Sarubbo <ago@gentoo.org> llvm-3.3-r3.ebuild: + Stable for ppc, wrt bug #491018 11 Mar 2014; Michał Górny <mgorny@gentoo.org> llvm-9999.ebuild: Remove unnecessary --with-clang-resource-dir that broke the build whenever the diff --git a/sys-devel/llvm/llvm-3.3-r3.ebuild b/sys-devel/llvm/llvm-3.3-r3.ebuild index 44eccfb72dfa..e0a8c6360d67 100644 --- a/sys-devel/llvm/llvm-3.3-r3.ebuild +++ b/sys-devel/llvm/llvm-3.3-r3.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.3-r3.ebuild,v 1.5 2014/03/05 21:18:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild,v 1.6 2014/03/23 11:03:36 ago Exp $ EAPI=5 @@ -18,7 +18,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.gz LICENSE="UoI-NCSA" SLOT="0/${PV}" -KEYWORDS="amd64 arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 arm ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="clang debug doc gold +libffi multitarget ocaml python +static-analyzer test udis86 xml video_cards_radeon kernel_Darwin kernel_FreeBSD" |