diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-03-14 21:41:19 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-03-14 21:41:19 +0000 |
commit | b8ca0badfb86f9544fe460ae131bb74304b38c03 (patch) | |
tree | 4c6bfc0c812bf4457168631a6d06af1edaceb062 /sys-devel/clang | |
parent | Marked ~x86-linux (diff) | |
download | gentoo-2-b8ca0badfb86f9544fe460ae131bb74304b38c03.tar.gz gentoo-2-b8ca0badfb86f9544fe460ae131bb74304b38c03.tar.bz2 gentoo-2-b8ca0badfb86f9544fe460ae131bb74304b38c03.zip |
Marked ~x86-linux
(Portage version: 2.2.01.18091-prefix/cvs/Darwin powerpc, RepoMan options: --force)
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/clang/clang-2.8-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/clang/ChangeLog b/sys-devel/clang/ChangeLog index 0fee63e111e4..81900d2dd0f3 100644 --- a/sys-devel/clang/ChangeLog +++ b/sys-devel/clang/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/clang # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.33 2011/01/26 17:48:41 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.34 2011/03/14 21:41:19 grobian Exp $ + + 14 Mar 2011; Fabian Groffen <grobian@gentoo.org> clang-2.8-r3.ebuild: + Marked ~x86-linux 26 Jan 2011; Fabian Groffen <grobian@gentoo.org> clang-2.7-r4.ebuild, clang-2.8-r3.ebuild, clang-9999.ebuild: diff --git a/sys-devel/clang/clang-2.8-r3.ebuild b/sys-devel/clang/clang-2.8-r3.ebuild index 197386d3d677..b229f479fd71 100644 --- a/sys-devel/clang/clang-2.8-r3.ebuild +++ b/sys-devel/clang/clang-2.8-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.8-r3.ebuild,v 1.2 2011/01/26 17:48:41 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.8-r3.ebuild,v 1.3 2011/03/14 21:41:19 grobian Exp $ EAPI=3 @@ -18,7 +18,7 @@ SRC_URI="http://llvm.org/releases/${PV}/llvm-${PV}.tgz -> llvm-${PV}-r1.tgz LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="alltargets debug +static-analyzer system-cxx-headers test" # Note: for LTO support, clang will depend on binutils with gold plugins, and LLVM built after that - http://llvm.org/docs/GoldPlugin.html |