summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2014-03-05 21:19:19 +0000
committerMarkus Meier <maekke@gentoo.org>2014-03-05 21:19:19 +0000
commitad9565ce2e99a6767628a3a0376549447cf9bff2 (patch)
treefc594bfce5d3d572c938f70451eeb59d6105f6d0 /sys-devel
parentadd ~arm, bug #501968 (diff)
downloadgentoo-2-ad9565ce2e99a6767628a3a0376549447cf9bff2.tar.gz
gentoo-2-ad9565ce2e99a6767628a3a0376549447cf9bff2.tar.bz2
gentoo-2-ad9565ce2e99a6767628a3a0376549447cf9bff2.zip
arm stable, bug #491018
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/clang/ChangeLog5
-rw-r--r--sys-devel/clang/clang-3.3-r100.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/clang/ChangeLog b/sys-devel/clang/ChangeLog
index 543cc105e497..8c2a3cb87a12 100644
--- a/sys-devel/clang/ChangeLog
+++ b/sys-devel/clang/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/clang
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.102 2014/03/01 21:17:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.103 2014/03/05 21:19:19 maekke Exp $
+
+ 05 Mar 2014; Markus Meier <maekke@gentoo.org> clang-3.3-r100.ebuild:
+ arm stable, bug #491018
01 Mar 2014; Pacho Ramos <pacho@gentoo.org> clang-3.3-r100.ebuild:
amd64 stable, bug #491018
diff --git a/sys-devel/clang/clang-3.3-r100.ebuild b/sys-devel/clang/clang-3.3-r100.ebuild
index 217cbc0d2b1e..78099e52861d 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-2014 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.9 2014/03/01 21:17:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.3-r100.ebuild,v 1.10 2014/03/05 21:19:19 maekke Exp $
EAPI=5
@@ -12,7 +12,7 @@ SRC_URI=""
LICENSE="UoI-NCSA"
SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~ppc 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}]"