diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-03-21 09:12:55 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-03-21 09:12:55 +0000 |
commit | 4124ef53bb97321daf48efcbf350791c224274cc (patch) | |
tree | f3e6dd75ce11f90176bd745fc1fc17da6d6579cd /sys-devel | |
parent | Version bump and add subslot. (diff) | |
download | gentoo-2-4124ef53bb97321daf48efcbf350791c224274cc.tar.gz gentoo-2-4124ef53bb97321daf48efcbf350791c224274cc.tar.bz2 gentoo-2-4124ef53bb97321daf48efcbf350791c224274cc.zip |
Disable failing patch, bug #462444.
(Portage version: 2.1.11.52/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-9999.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index a71812d2d5d1..a34fb5823bf5 100644 --- a/sys-devel/llvm/ChangeLog +++ b/sys-devel/llvm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.108 2013/03/19 12:42:12 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.109 2013/03/21 09:12:55 chithanh Exp $ + + 21 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + llvm-9999.ebuild: + Disable failing patch, bug #462444. 19 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> llvm-9999.ebuild: diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index 2f04a33f4798..21df8da52a7f 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.40 2013/03/19 12:42:12 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.41 2013/03/21 09:12:55 chithanh Exp $ EAPI=5 @@ -99,7 +99,8 @@ src_prepare() { || die "FileCheck Makefile sed failed" epatch "${FILESDIR}"/${PN}-3.2-nodoctargz.patch - epatch "${FILESDIR}"/${PN}-3.0-PPC_macro.patch +# Patch fails to apply, bug #462444 +# epatch "${FILESDIR}"/${PN}-3.0-PPC_macro.patch # User patches epatch_user |