diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-06-12 17:48:20 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-06-12 17:48:20 +0000 |
commit | 5ede19ef7a47fc72891ed5c3b3edc71e118a6748 (patch) | |
tree | 5720d8f577782891b34d63633ccce1c22063ac48 /sys-devel | |
parent | Add highly-nonrelevant me as maintainer, but don't expect magic. (diff) | |
download | gentoo-2-5ede19ef7a47fc72891ed5c3b3edc71e118a6748.tar.gz gentoo-2-5ede19ef7a47fc72891ed5c3b3edc71e118a6748.tar.bz2 gentoo-2-5ede19ef7a47fc72891ed5c3b3edc71e118a6748.zip |
Marked ~x64-macos, force for arm dependency problem
(Portage version: 2.2.01.20430-prefix/cvs/Darwin i386, RepoMan options: --force)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index fbc985f0f1f6..3b8f14ef11b0 100644 --- a/sys-devel/llvm/ChangeLog +++ b/sys-devel/llvm/ChangeLog @@ -1,6 +1,9 @@ # 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.82 2012/06/08 13:18:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.83 2012/06/12 17:48:20 grobian Exp $ + + 12 Jun 2012; Fabian Groffen <grobian@gentoo.org> llvm-3.1.ebuild: + Marked ~x64-macos 08 Jun 2012; Michał Górny <mgorny@gentoo.org> llvm-9999.ebuild: Enable cpp target by default wrt #418441. diff --git a/sys-devel/llvm/llvm-3.1.ebuild b/sys-devel/llvm/llvm-3.1.ebuild index 2af7a9b77396..1c08e0a02988 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.4 2012/06/04 20:23:35 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1.ebuild,v 1.5 2012/06/12 17:48:20 grobian 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 ~arm ~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 ~x64-macos" IUSE="debug gold +libffi multitarget ocaml test udis86 vim-syntax" DEPEND="dev-lang/perl |