diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-21 10:08:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-21 10:08:02 +0000 |
commit | 016f7413db405af7a778c837d8d61a43294c0c62 (patch) | |
tree | d3dba6decd2f4a25aae67492b8751015eb0bcd30 /sys-devel | |
parent | Stable for ppc64, wrt bug #530882 (diff) | |
download | gentoo-2-016f7413db405af7a778c837d8d61a43294c0c62.tar.gz gentoo-2-016f7413db405af7a778c837d8d61a43294c0c62.tar.bz2 gentoo-2-016f7413db405af7a778c837d8d61a43294c0c62.zip |
Stable for ppc64, wrt bug #530882
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/clang/clang-3.5.0-r100.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/clang/ChangeLog b/sys-devel/clang/ChangeLog index 70be85ce3218..f5a7ae293a52 100644 --- a/sys-devel/clang/ChangeLog +++ b/sys-devel/clang/ChangeLog @@ -1,6 +1,9 @@ # 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.118 2015/02/21 10:07:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.119 2015/02/21 10:08:02 ago Exp $ + + 21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> clang-3.5.0-r100.ebuild: + Stable for ppc64, wrt bug #530882 21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> clang-3.4.2-r100.ebuild, clang-3.5.1-r100.ebuild: diff --git a/sys-devel/clang/clang-3.5.0-r100.ebuild b/sys-devel/clang/clang-3.5.0-r100.ebuild index 0e04f82bb716..3a873ce411ea 100644 --- a/sys-devel/clang/clang-3.5.0-r100.ebuild +++ b/sys-devel/clang/clang-3.5.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.5.0-r100.ebuild,v 1.5 2015/01/01 20:52:48 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.5.0-r100.ebuild,v 1.6 2015/02/21 10:08:02 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="" LICENSE="UoI-NCSA" SLOT="0/3.5" -KEYWORDS="amd64 arm ppc 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="debug multitarget python +static-analyzer" RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]" |