summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-06-02 09:56:43 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-06-02 09:56:43 +0000
commit901cf7b964890a5d8a77fb6ecbe9c1aab9f8e02f (patch)
tree5398ec8ac9b08ce8edc01efba631c5ac62e2dfd7 /sys-devel
parentMask udis86 flag for llvm, which is of limited use outside x86/amd64. (diff)
downloadgentoo-2-901cf7b964890a5d8a77fb6ecbe9c1aab9f8e02f.tar.gz
gentoo-2-901cf7b964890a5d8a77fb6ecbe9c1aab9f8e02f.tar.bz2
gentoo-2-901cf7b964890a5d8a77fb6ecbe9c1aab9f8e02f.zip
Keyword ~arm, bug #320221.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/llvm/ChangeLog6
-rw-r--r--sys-devel/llvm/llvm-3.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog
index 2fd0cb465668..5a04e3e72332 100644
--- a/sys-devel/llvm/ChangeLog
+++ b/sys-devel/llvm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/llvm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.78 2012/05/26 17:23:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.79 2012/06/02 09:56:43 chithanh Exp $
+
+ 02 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ llvm-3.1.ebuild:
+ Keyword ~arm, bug #320221.
26 May 2012; Alexis Ballier <aballier@gentoo.org> llvm-3.1.ebuild:
keyword ~amd64-fbsd
diff --git a/sys-devel/llvm/llvm-3.1.ebuild b/sys-devel/llvm/llvm-3.1.ebuild
index c9b0f24d8855..a291bec4f6c0 100644
--- a/sys-devel/llvm/llvm-3.1.ebuild
+++ b/sys-devel/llvm/llvm-3.1.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/llvm/llvm-3.1.ebuild,v 1.2 2012/05/26 17:23:56 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1.ebuild,v 1.3 2012/06/02 09:56:43 chithanh Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@ SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.gz"
LICENSE="UoI-NCSA"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="debug gold +libffi multitarget ocaml test udis86 vim-syntax"
DEPEND="dev-lang/perl