diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-28 12:06:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-28 12:06:26 +0000 |
commit | d628dcc5791b42aef827e07f02134653e1429beb (patch) | |
tree | ff101d501fc89b81c6891a347dd1843c57c4d7f7 /sys-devel | |
parent | Stable for x86, wrt bug #530882 (diff) | |
download | gentoo-2-d628dcc5791b42aef827e07f02134653e1429beb.tar.gz gentoo-2-d628dcc5791b42aef827e07f02134653e1429beb.tar.bz2 gentoo-2-d628dcc5791b42aef827e07f02134653e1429beb.zip |
Stable for x86, wrt bug #530882
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/clang/clang-3.5.0-r100.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/clang/ChangeLog b/sys-devel/clang/ChangeLog index 3059f8db7fd9..44ccffdcd28f 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.113 2014/12/27 19:34:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.114 2014/12/28 12:06:26 ago Exp $ + + 28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> clang-3.5.0-r100.ebuild: + Stable for x86, wrt bug #530882 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> clang-3.5.0-r100.ebuild: Stable for amd64, wrt bug #530882 diff --git a/sys-devel/clang/clang-3.5.0-r100.ebuild b/sys-devel/clang/clang-3.5.0-r100.ebuild index 6493bbd8de51..9efa6e44c638 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.2 2014/12/27 19:34:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.5.0-r100.ebuild,v 1.3 2014/12/28 12:06:26 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}]" |