diff options
author | Richard Yao <ryao@gentoo.org> | 2013-01-11 07:01:44 +0000 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2013-01-11 07:01:44 +0000 |
commit | 7382b7fc17e67efd367e719101c8648f5b07ed8b (patch) | |
tree | 3e4912671506aea6c167f1262a494bbf6662194d /sys-devel | |
parent | Use QA_PREBUILT. Bug #450400 (diff) | |
download | gentoo-2-7382b7fc17e67efd367e719101c8648f5b07ed8b.tar.gz gentoo-2-7382b7fc17e67efd367e719101c8648f5b07ed8b.tar.bz2 gentoo-2-7382b7fc17e67efd367e719101c8648f5b07ed8b.zip |
Drop ~amd64-fbsd ~x64-freebsd keywords due to broken C++ support
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/clang/clang-3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/clang/ChangeLog b/sys-devel/clang/ChangeLog index 9be1969ad510..6c8b5916aee1 100644 --- a/sys-devel/clang/ChangeLog +++ b/sys-devel/clang/ChangeLog @@ -1,6 +1,9 @@ # 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.81 2013/01/03 23:36:58 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.82 2013/01/11 07:01:44 ryao Exp $ + + 11 Jan 2013; Richard Yao <ryao@gentoo.org> clang-3.2.ebuild: + Drop ~amd64-fbsd ~x64-freebsd keywords due to broken C++ support 03 Jan 2013; Bernard Cafarelli <voyageur@gentoo.org> clang-2.8-r3.ebuild, clang-2.9-r1.ebuild, clang-3.0-r4.ebuild, clang-3.1-r5.ebuild, diff --git a/sys-devel/clang/clang-3.2.ebuild b/sys-devel/clang/clang-3.2.ebuild index 4ddeac34813e..5c6f4535f10f 100644 --- a/sys-devel/clang/clang-3.2.ebuild +++ b/sys-devel/clang/clang-3.2.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.2.ebuild,v 1.2 2013/01/03 23:36:58 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.2.ebuild,v 1.3 2013/01/11 07:01:44 ryao Exp $ EAPI=5 @@ -18,7 +18,7 @@ SRC_URI="http://llvm.org/releases/${PV}/llvm-${PV}.src.tar.gz LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug kernel_FreeBSD multitarget +static-analyzer test" DEPEND="static-analyzer? ( dev-lang/perl )" |