diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-08-27 19:28:06 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-08-27 19:28:06 +0000 |
commit | 6558af3e8b6bff77fec676102b10e88db4572d37 (patch) | |
tree | e2c5c07a78f23aabc1896bbc6f0fbf2370e81d93 /sys-devel | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-6558af3e8b6bff77fec676102b10e88db4572d37.tar.gz gentoo-2-6558af3e8b6bff77fec676102b10e88db4572d37.tar.bz2 gentoo-2-6558af3e8b6bff77fec676102b10e88db4572d37.zip |
Keyword ~ppc
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/clang/clang-3.3-r100.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/clang/ChangeLog b/sys-devel/clang/ChangeLog index ff75cd540e2a..7a44ed089192 100644 --- a/sys-devel/clang/ChangeLog +++ b/sys-devel/clang/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/clang # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.96 2013/08/14 13:03:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.97 2013/08/27 19:28:06 chithanh Exp $ + + 27 Aug 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + clang-3.3-r100.ebuild: + Keyword ~ppc 14 Aug 2013; Michał Górny <mgorny@gentoo.org> clang-3.2.ebuild, clang-3.3-r100.ebuild, clang-3.3.ebuild, clang-9999-r100.ebuild, diff --git a/sys-devel/clang/clang-3.3-r100.ebuild b/sys-devel/clang/clang-3.3-r100.ebuild index 776540722f47..2ecb84268f7b 100644 --- a/sys-devel/clang/clang-3.3-r100.ebuild +++ b/sys-devel/clang/clang-3.3-r100.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.3-r100.ebuild,v 1.5 2013/08/14 13:03:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.3-r100.ebuild,v 1.6 2013/08/27 19:28:06 chithanh Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="" LICENSE="UoI-NCSA" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~amd64 ~arm ~ppc ~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}]" |