summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-12-27 19:34:55 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-12-27 19:34:55 +0000
commite6b8942e931cf218e87a9fd17fd78dab42fcb9e5 (patch)
tree38b7298f7da2492d2222c9d8f82fba127b5c0283 /sys-devel
parentStable for amd64, wrt bug #530882 (diff)
downloadgentoo-2-e6b8942e931cf218e87a9fd17fd78dab42fcb9e5.tar.gz
gentoo-2-e6b8942e931cf218e87a9fd17fd78dab42fcb9e5.tar.bz2
gentoo-2-e6b8942e931cf218e87a9fd17fd78dab42fcb9e5.zip
Stable for amd64, wrt bug #530882
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/clang/ChangeLog5
-rw-r--r--sys-devel/clang/clang-3.5.0-r100.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/clang/ChangeLog b/sys-devel/clang/ChangeLog
index f6f514f683e2..3059f8db7fd9 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.112 2014/11/26 16:08:36 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.113 2014/12/27 19:34:55 ago Exp $
+
+ 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> clang-3.5.0-r100.ebuild:
+ Stable for amd64, wrt bug #530882
26 Nov 2014; Bernard Cafarelli <voyageur@gentoo.org> -clang-3.3.ebuild,
-clang-3.4.1-r100.ebuild:
diff --git a/sys-devel/clang/clang-3.5.0-r100.ebuild b/sys-devel/clang/clang-3.5.0-r100.ebuild
index 01f9b5639be8..6493bbd8de51 100644
--- a/sys-devel/clang/clang-3.5.0-r100.ebuild
+++ b/sys-devel/clang/clang-3.5.0-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.5.0-r100.ebuild,v 1.1 2014/09/07 11:12:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.5.0-r100.ebuild,v 1.2 2014/12/27 19:34:55 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@ SRC_URI=""
LICENSE="UoI-NCSA"
SLOT="0/3.5"
-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}]"