diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2012-12-14 09:46:31 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2012-12-14 09:46:31 +0000 |
commit | ebf636ef288b210888ab52acd14c471bae1f0943 (patch) | |
tree | d16f89fcf5d9021a3f217f3b436fe79511b1e096 /sys-devel/llvm/llvm-3.1-r2.ebuild | |
parent | Stable for x86, wrt bug #447012 (diff) | |
download | gentoo-2-ebf636ef288b210888ab52acd14c471bae1f0943.tar.gz gentoo-2-ebf636ef288b210888ab52acd14c471bae1f0943.tar.bz2 gentoo-2-ebf636ef288b210888ab52acd14c471bae1f0943.zip |
Backport ExecutionEngine tests XFAIL marking for arm, for bug #444362
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'sys-devel/llvm/llvm-3.1-r2.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-3.1-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-3.1-r2.ebuild b/sys-devel/llvm/llvm-3.1-r2.ebuild index 66d74dd654ce..3962e2a3758a 100644 --- a/sys-devel/llvm/llvm-3.1-r2.ebuild +++ b/sys-devel/llvm/llvm-3.1-r2.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-r2.ebuild,v 1.6 2012/12/01 22:12:50 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.1-r2.ebuild,v 1.7 2012/12/14 09:46:31 voyageur Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -99,6 +99,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-3.0-PPC_macro.patch epatch "${FILESDIR}"/${P}-ivybridge_support.patch epatch "${FILESDIR}"/${P}-fix_debug_line_info.patch + epatch "${FILESDIR}"/${P}-ExecutionEngine_tests_xfail_arm.patch # Apply r600 OpenCL-related patches, bug #425688 epatch "${FILESDIR}"/cl-patches/*.patch |