diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-09-03 17:52:05 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-09-03 17:52:05 +0000 |
commit | 0975ba4d2959c316aaa6912298eff1282c267dee (patch) | |
tree | 3642b9b6540fbede9d7467ef16807221dcf5717f /sys-devel/clang | |
parent | Version bump: 655 is released (diff) | |
download | gentoo-2-0975ba4d2959c316aaa6912298eff1282c267dee.tar.gz gentoo-2-0975ba4d2959c316aaa6912298eff1282c267dee.tar.bz2 gentoo-2-0975ba4d2959c316aaa6912298eff1282c267dee.zip |
Marked ~amd64-linux
(Portage version: 2.2.01.15553-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/clang/clang-2.7-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/clang/ChangeLog b/sys-devel/clang/ChangeLog index cd97f657bad8..58d04beb18d4 100644 --- a/sys-devel/clang/ChangeLog +++ b/sys-devel/clang/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/clang # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.20 2010/08/26 07:07:43 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.21 2010/09/03 17:52:05 grobian Exp $ + + 03 Sep 2010; Fabian Groffen <grobian@gentoo.org> clang-2.7-r2.ebuild: + Marked ~amd64-linux 26 Aug 2010; Fabian Groffen <grobian@gentoo.org> clang-2.7-r2.ebuild, clang-9999.ebuild: diff --git a/sys-devel/clang/clang-2.7-r2.ebuild b/sys-devel/clang/clang-2.7-r2.ebuild index 26922eb68241..fcf9f0c8c2fb 100644 --- a/sys-devel/clang/clang-2.7-r2.ebuild +++ b/sys-devel/clang/clang-2.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.7-r2.ebuild,v 1.3 2010/08/28 14:06:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-2.7-r2.ebuild,v 1.4 2010/09/03 17:52:05 grobian Exp $ EAPI=3 @@ -17,7 +17,7 @@ SRC_URI="http://llvm.org/releases/${PV}/llvm-${PV}.tgz LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-macos" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos" IUSE="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 |