summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2012-08-05 14:07:08 +0000
committerRichard Yao <ryao@gentoo.org>2012-08-05 14:07:08 +0000
commit98a0277f791109258b32c4a67878b6f452cafdea (patch)
treee0e135bdad60b6d010dbc2c70a043df334e22cb4 /sys-devel
parentKeyword ~amd64-fbsd and ~x64-freebsd (diff)
downloadgentoo-2-98a0277f791109258b32c4a67878b6f452cafdea.tar.gz
gentoo-2-98a0277f791109258b32c4a67878b6f452cafdea.tar.bz2
gentoo-2-98a0277f791109258b32c4a67878b6f452cafdea.zip
Keyword ~x64-freebsd
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/clang/ChangeLog5
-rw-r--r--sys-devel/clang/clang-3.1-r4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/clang/ChangeLog b/sys-devel/clang/ChangeLog
index d30a178320b8..6fbd36f7b4ca 100644
--- a/sys-devel/clang/ChangeLog
+++ b/sys-devel/clang/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/clang
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.75 2012/07/27 18:22:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.76 2012/08/05 14:07:08 ryao Exp $
+
+ 05 Aug 2012; Richard Yao <ryao@gentoo.org> clang-3.1-r4.ebuild:
+ Keyword ~x64-freebsd
27 Jul 2012; Michał Górny <mgorny@gentoo.org> clang-3.1-r4.ebuild,
clang-3.1-r5.ebuild, clang-9999.ebuild:
diff --git a/sys-devel/clang/clang-3.1-r4.ebuild b/sys-devel/clang/clang-3.1-r4.ebuild
index adfbf140e1b0..1c678993c304 100644
--- a/sys-devel/clang/clang-3.1-r4.ebuild
+++ b/sys-devel/clang/clang-3.1-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.1-r4.ebuild,v 1.3 2012/07/27 18:22:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.1-r4.ebuild,v 1.4 2012/08/05 14:07:08 ryao Exp $
EAPI=4
@@ -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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="debug kernel_FreeBSD multitarget +static-analyzer test"
DEPEND="static-analyzer? ( dev-lang/perl )"