diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-02-16 06:41:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-02-16 06:41:58 +0000 |
commit | b5a3dbb75040810d2650595bfbdd6ddc1d5b99d8 (patch) | |
tree | 4f464ca208b3b7e23723cf28fedfd76e6c95bb8d /sys-devel | |
parent | Stable for amd64, wrt bug #500528 (diff) | |
download | gentoo-2-b5a3dbb75040810d2650595bfbdd6ddc1d5b99d8.tar.gz gentoo-2-b5a3dbb75040810d2650595bfbdd6ddc1d5b99d8.tar.bz2 gentoo-2-b5a3dbb75040810d2650595bfbdd6ddc1d5b99d8.zip |
Add ~sparc, wrt bug #320221
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="~sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index b4f428186ccd..7adec26900ab 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.173 2014/01/23 13:05:27 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.174 2014/02/16 06:41:58 ago Exp $ + + 16 Feb 2014; Agostino Sarubbo <ago@gentoo.org> llvm-3.4.ebuild: + Add ~sparc, wrt bug #320221 23 Jan 2014; Bernard Cafarelli <voyageur@gentoo.org> llvm-3.3-r1.ebuild, llvm-3.3-r3.ebuild, llvm-3.4.ebuild: diff --git a/sys-devel/llvm/llvm-3.4.ebuild b/sys-devel/llvm/llvm-3.4.ebuild index e8628f1c3e21..32fac80166ee 100644 --- a/sys-devel/llvm/llvm-3.4.ebuild +++ b/sys-devel/llvm/llvm-3.4.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.4.ebuild,v 1.7 2014/01/23 13:05:27 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.ebuild,v 1.8 2014/02/16 06:41:58 ago Exp $ EAPI=5 @@ -19,7 +19,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 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="clang debug doc gold +libffi multitarget ncurses ocaml python +static-analyzer test udis86 xml video_cards_radeon kernel_Darwin kernel_FreeBSD" |