diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-05-26 08:17:29 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-05-26 08:17:29 +0000 |
commit | f528269b33d9ce3be4fc089cacd0bc5ae8d2f72d (patch) | |
tree | 42408be11698d34ab016c5ce1a61f097d856ad47 /sys-devel/clang | |
parent | Prevent libxml2's python module from linking to out-of-build-tree libxml2 lib... (diff) | |
download | gentoo-2-f528269b33d9ce3be4fc089cacd0bc5ae8d2f72d.tar.gz gentoo-2-f528269b33d9ce3be4fc089cacd0bc5ae8d2f72d.tar.bz2 gentoo-2-f528269b33d9ce3be4fc089cacd0bc5ae8d2f72d.zip |
Fix revnumber in patch-related comment.
(Portage version: 2.2.0_alpha107_p2/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/clang/clang-3.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/clang/ChangeLog b/sys-devel/clang/ChangeLog index 3ef7be447d00..465bb8644bf6 100644 --- a/sys-devel/clang/ChangeLog +++ b/sys-devel/clang/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/clang # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.64 2012/05/26 07:40:48 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.65 2012/05/26 08:17:29 mgorny Exp $ + + 26 May 2012; Michał Górny <mgorny@gentoo.org> clang-3.1-r2.ebuild: + Fix revnumber in patch-related comment. *clang-3.1-r2 (26 May 2012) diff --git a/sys-devel/clang/clang-3.1-r2.ebuild b/sys-devel/clang/clang-3.1-r2.ebuild index a6513b90a37f..4deeddc59bc5 100644 --- a/sys-devel/clang/clang-3.1-r2.ebuild +++ b/sys-devel/clang/clang-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/clang/clang-3.1-r2.ebuild,v 1.1 2012/05/26 07:40:48 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.1-r2.ebuild,v 1.2 2012/05/26 08:17:29 mgorny Exp $ EAPI=4 @@ -86,7 +86,7 @@ src_prepare() { # Fix regression that prevents Clang from building itself on Linux, bug #417537 epatch "${FILESDIR}"/${P}-gentoo-linux-fix-cxx-include.patch - # Increase recursion limit, bug #417545, upstream r155823 + # Increase recursion limit, bug #417545, upstream r155737 epatch "${FILESDIR}"/${P}-increase-parser-recursion-limit.patch # User patches |