diff options
author | 2014-03-01 21:16:50 +0000 | |
---|---|---|
committer | 2014-03-01 21:16:50 +0000 | |
commit | f08fa1925471fa842ad2d3d3d707a9d533abab78 (patch) | |
tree | 80e7bca40f292439e2ff9280bfc07b4242a6bbd9 /sys-devel | |
parent | Add some logic to the launcher to enable execution as root without creating p... (diff) | |
download | gentoo-2-f08fa1925471fa842ad2d3d3d707a9d533abab78.tar.gz gentoo-2-f08fa1925471fa842ad2d3d3d707a9d533abab78.tar.bz2 gentoo-2-f08fa1925471fa842ad2d3d3d707a9d533abab78.zip |
amd64 stable, bug #491018
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-3.3-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index bb6bb35e3bae..306dc8340c18 100644 --- a/sys-devel/llvm/ChangeLog +++ b/sys-devel/llvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.177 2014/02/24 00:18:12 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.178 2014/03/01 21:16:50 pacho Exp $ + + 01 Mar 2014; Pacho Ramos <pacho@gentoo.org> llvm-3.3-r3.ebuild: + amd64 stable, bug #491018 23 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> llvm-3.3-r3.ebuild: x86 stable wrt bug #491018 diff --git a/sys-devel/llvm/llvm-3.3-r3.ebuild b/sys-devel/llvm/llvm-3.3-r3.ebuild index a84d0d4cf54f..b96261d172d2 100644 --- a/sys-devel/llvm/llvm-3.3-r3.ebuild +++ b/sys-devel/llvm/llvm-3.3-r3.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/llvm/llvm-3.3-r3.ebuild,v 1.3 2014/02/24 00:18:12 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild,v 1.4 2014/03/01 21:16:50 pacho Exp $ EAPI=5 @@ -18,7 +18,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.gz LICENSE="UoI-NCSA" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="clang debug doc gold +libffi multitarget ocaml python +static-analyzer test udis86 xml video_cards_radeon kernel_Darwin kernel_FreeBSD" |